Skip to content

Commit 6180999

Browse files
committed
Use the most recent Rails 5.2 version
1 parent 72070c3 commit 6180999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile.rails52

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
eval_gemfile('Gemfile.global')
22

33
gem 'minitest', '~> 5.8'
4-
gem 'rails', '5.2.0.beta2', require: false
4+
gem 'rails', '5.2.0.rc1', require: false
55
gem 'activerecord-jdbcsqlite3-adapter', github: 'jruby/activerecord-jdbc-adapter', branch: 'master', platform: :jruby
66
gem 'activerecord-jdbcpostgresql-adapter', github: 'jruby/activerecord-jdbc-adapter', branch: 'master', platform: :jruby
77
gem 'mongoid', github: 'mongodb/mongoid'

0 commit comments

Comments
 (0)