1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #29940 from kamipo/update_gemfile_lock

Update Gemfile.lock to reflect arel 9.0.0.alpha
This commit is contained in:
Sean Griffin 2017-07-25 13:57:55 -04:00 committed by GitHub
commit c146065b8d

View file

@ -31,9 +31,9 @@ GIT
GIT
remote: https://github.com/rails/arel.git
revision: 0e7ce3f4c7c17e72f905b26aff3893149f524888
revision: f4227bf20a16a1d688afc24cf0038e2f98905dd4
specs:
arel (8.0.0)
arel (9.0.0.alpha)
GIT
remote: https://github.com/rails/sass-rails.git
@ -81,7 +81,7 @@ PATH
activerecord (5.2.0.alpha)
activemodel (= 5.2.0.alpha)
activesupport (= 5.2.0.alpha)
arel (~> 8.0)
arel (= 9.0.0.alpha)
activesupport (5.2.0.alpha)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)