Skip to content

Commit 32a9791

Browse files
author
Sam Phippen
committed
Various gemfile fixes
1 parent 70b0e99 commit 32a9791

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if RUBY_VERSION >= '2.4.0'
4040
gem 'json', '>= 2.0.2'
4141
end
4242

43-
gem 'ffi', '~> 1.9.25'
43+
gem 'ffi', '~> 1.9'
4444

4545
gem 'rake', '~> 12'
4646

Gemfile-rails-dependencies

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ when /master/
1616
gem 'activerecord-jdbcsqlite3-adapter', git: 'https://github.com/jruby/activerecord-jdbc-adapter', platforms: [:jruby]
1717
when /stable$/
1818
gem_list = %w[rails railties actionmailer actionpack activerecord activesupport]
19-
gem_list << 'activejob' if version >= '4-2-stable'
20-
gem_list << 'actionview' if version >= '4-2-stable'
19+
gem_list << 'activejob'
20+
gem_list << 'actionview'
2121
gem 'puma', "3.12.1" if version > '5-0-stable'
2222
gem 'activerecord-jdbcsqlite3-adapter', git: 'https://github.com/jruby/activerecord-jdbc-adapter', platforms: [:jruby]
2323

0 commit comments

Comments
 (0)