Skip to content

Commit

Permalink
Fix failing specs on old rubies (RubyMoney#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
antstorm authored Sep 22, 2020
1 parent 9c880d4 commit 135718a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gemfiles/mongoid4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ gem 'mongoid', '~> 4.0'
gem 'rails', '~> 4.2'
gem 'i18n', '~> 0.7'

if RUBY_VERSION <= '2.0.0'
gem 'connection_pool', '2.2.2'
end

platforms :jruby do
gem "activerecord-jdbc-adapter"
gem "activerecord-jdbcsqlite3-adapter"
Expand Down

0 comments on commit 135718a

Please sign in to comment.