Skip to content

Commit

Permalink
Merge pull request #105 from rsim/topic/bump-up-dependencies-versions
Browse files Browse the repository at this point in the history
Bump up supported ruby-oci8 and oracle enhanced adapter versions
  • Loading branch information
javornikolov committed Mar 13, 2016
2 parents 3f73e6e + 1649b9c commit b7d3850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ group :development do

unless ENV['NO_ACTIVERECORD']
gem 'activerecord', '>= 3.2.3', '< 4.3.0'
gem 'activerecord-oracle_enhanced-adapter', '>= 1.4.1', '< 1.6.0'
gem 'activerecord-oracle_enhanced-adapter', '>= 1.4.1', '< 1.7.0'
gem 'simplecov', '>= 0'
end

platforms :ruby, :mswin, :mingw do
gem 'ruby-oci8', '~> 2.1.2'
gem 'ruby-oci8', '~> 2.1'
end
end

0 comments on commit b7d3850

Please sign in to comment.