Skip to content

Commit

Permalink
Oracle enhanced adapter 1.7 target version is Rails 5.0
Browse files Browse the repository at this point in the history
then it should point `5-0-stable` branch
  • Loading branch information
yahonda committed Jul 19, 2016
1 parent d987b82 commit 2e21175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ group :development do
gem 'rdoc'
gem 'rake'

gem 'activerecord', github: 'rails/rails', branch: 'master'
gem 'activerecord', github: 'rails/rails', branch: '5-0-stable'
gem 'rack', github: 'rack/rack', branch: 'master'
gem 'arel', github: 'rails/arel', branch: 'master'

Expand Down

0 comments on commit 2e21175

Please sign in to comment.