Skip to content

Commit

Permalink
Upgraded Rails to 5.1.0.rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnow committed Apr 21, 2017
1 parent 02d9d55 commit d8da1f7
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'rails', '5.1.0.rc1'
gem 'rails', '5.1.0.rc2'

gem 'sqlite3'
gem 'overcommit'
Expand Down
66 changes: 33 additions & 33 deletions Gemfile.lock
@@ -1,39 +1,39 @@
GEM
remote: https://rubygems.org/
specs:
actioncable (5.1.0.rc1)
actionpack (= 5.1.0.rc1)
actioncable (5.1.0.rc2)
actionpack (= 5.1.0.rc2)
nio4r (~> 2.0)
websocket-driver (~> 0.6.1)
actionmailer (5.1.0.rc1)
actionpack (= 5.1.0.rc1)
actionview (= 5.1.0.rc1)
activejob (= 5.1.0.rc1)
actionmailer (5.1.0.rc2)
actionpack (= 5.1.0.rc2)
actionview (= 5.1.0.rc2)
activejob (= 5.1.0.rc2)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.1.0.rc1)
actionview (= 5.1.0.rc1)
activesupport (= 5.1.0.rc1)
actionpack (5.1.0.rc2)
actionview (= 5.1.0.rc2)
activesupport (= 5.1.0.rc2)
rack (~> 2.0)
rack-test (~> 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.1.0.rc1)
activesupport (= 5.1.0.rc1)
actionview (5.1.0.rc2)
activesupport (= 5.1.0.rc2)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (5.1.0.rc1)
activesupport (= 5.1.0.rc1)
activejob (5.1.0.rc2)
activesupport (= 5.1.0.rc2)
globalid (>= 0.3.6)
activemodel (5.1.0.rc1)
activesupport (= 5.1.0.rc1)
activerecord (5.1.0.rc1)
activemodel (= 5.1.0.rc1)
activesupport (= 5.1.0.rc1)
activemodel (5.1.0.rc2)
activesupport (= 5.1.0.rc2)
activerecord (5.1.0.rc2)
activemodel (= 5.1.0.rc2)
activesupport (= 5.1.0.rc2)
arel (~> 8.0)
activesupport (5.1.0.rc1)
activesupport (5.1.0.rc2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
Expand Down Expand Up @@ -144,26 +144,26 @@ GEM
rack (2.0.1)
rack-test (0.6.3)
rack (>= 1.0)
rails (5.1.0.rc1)
actioncable (= 5.1.0.rc1)
actionmailer (= 5.1.0.rc1)
actionpack (= 5.1.0.rc1)
actionview (= 5.1.0.rc1)
activejob (= 5.1.0.rc1)
activemodel (= 5.1.0.rc1)
activerecord (= 5.1.0.rc1)
activesupport (= 5.1.0.rc1)
rails (5.1.0.rc2)
actioncable (= 5.1.0.rc2)
actionmailer (= 5.1.0.rc2)
actionpack (= 5.1.0.rc2)
actionview (= 5.1.0.rc2)
activejob (= 5.1.0.rc2)
activemodel (= 5.1.0.rc2)
activerecord (= 5.1.0.rc2)
activesupport (= 5.1.0.rc2)
bundler (>= 1.3.0, < 2.0)
railties (= 5.1.0.rc1)
railties (= 5.1.0.rc2)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.2)
activesupport (>= 4.2.0, < 6.0)
nokogiri (~> 1.6)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
railties (5.1.0.rc1)
actionpack (= 5.1.0.rc1)
activesupport (= 5.1.0.rc1)
railties (5.1.0.rc2)
actionpack (= 5.1.0.rc2)
activesupport (= 5.1.0.rc2)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
Expand Down Expand Up @@ -201,7 +201,7 @@ PLATFORMS
DEPENDENCIES
dawnscanner
overcommit
rails (= 5.1.0.rc1)
rails (= 5.1.0.rc2)
sqlite3

BUNDLED WITH
Expand Down

0 comments on commit d8da1f7

Please sign in to comment.