Skip to content

Commit 2d6a8b4

Browse files
committed
fixup! Minor cleanup
1 parent 01567bf commit 2d6a8b4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Gemfile-rails-dependencies

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ when /master/
1414
gem 'puma', "3.12.1"
1515
gem 'activerecord-jdbcsqlite3-adapter', git: 'https://github.com/jruby/activerecord-jdbc-adapter', platforms: [:jruby]
1616
when /stable$/
17-
gem_list = %w[rails railties actionmailer actionpack activerecord activesupport]
18-
gem_list << 'activejob'
19-
gem_list << 'actionview'
17+
gem_list = %w[rails railties actionmailer actionpack activerecord activesupport activejob actionview]
2018
gem 'puma', "3.12.1" if version > '5-0-stable'
2119
gem 'activerecord-jdbcsqlite3-adapter', git: 'https://github.com/jruby/activerecord-jdbc-adapter', platforms: [:jruby]
2220

@@ -29,9 +27,7 @@ when nil, false, ""
2927
else
3028
gem "rails", version
3129

32-
if version >= '5-1-stable'
33-
gem "puma"
34-
end
30+
gem "puma" if version >= '5-1-stable'
3531

3632
if RUBY_VERSION < "2.5"
3733
gem "sprockets", "~> 3.0"

0 commit comments

Comments
 (0)