Skip to content

Commit 1389eae

Browse files
committed
Move activerecord gem to dev and test envs only.
1 parent c56054f commit 1389eae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Gemfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@ source "https://rubygems.org"
55
# Specify your gem's dependencies in activerecord-cte.gemspec
66
gemspec
77

8-
gem "activerecord", "6.1.7.9"
98
gem "pg"
9+
10+
group :development, :test do
11+
gem "activerecord", "6.1.7.9"
12+
end

0 commit comments

Comments
 (0)