Mercurial > rsstweet
diff Gemfile.lock @ 89:d5a0d66ee457
Finish updating to rails 5
author | nanaya <me@myconan.net> |
---|---|
date | Sat, 02 Jul 2016 16:26:00 +0900 |
parents | 07e2e9883ea6 |
children | 4bf50856bd91 |
line wrap: on
line diff
--- a/Gemfile.lock Tue Jun 28 02:38:27 2016 +0900 +++ b/Gemfile.lock Sat Jul 02 16:26:00 2016 +0900 @@ -1,20 +1,20 @@ GEM remote: https://rubygems.org/ specs: - actionpack (5.0.0.rc2) - actionview (= 5.0.0.rc2) - activesupport (= 5.0.0.rc2) - rack (~> 2.x) + actionpack (5.0.0) + actionview (= 5.0.0) + activesupport (= 5.0.0) + rack (~> 2.0) rack-test (~> 0.6.3) - rails-dom-testing (~> 1.0, >= 1.0.5) + rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.0.0.rc2) - activesupport (= 5.0.0.rc2) + actionview (5.0.0) + activesupport (= 5.0.0) builder (~> 3.1) erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) + rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - activesupport (5.0.0.rc2) + activesupport (5.0.0) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (~> 0.7) minitest (~> 5.1) @@ -25,7 +25,7 @@ concurrent-ruby (1.0.2) concurrent-ruby (1.0.2-java) dalli (2.7.6) - domain_name (0.5.20160310) + domain_name (0.5.20160615) unf (>= 0.0.5, < 1.0.0) equalizer (0.0.10) erubis (2.7.0) @@ -53,7 +53,7 @@ minitest (5.9.0) multipart-post (2.0.0) naught (1.1.0) - newrelic_rpm (3.15.2.317) + newrelic_rpm (3.16.0.318) nokogiri (1.6.8) mini_portile2 (~> 2.1.0) pkg-config (~> 1.1.7) @@ -64,21 +64,17 @@ pkg-config (1.1.7) puma (3.4.0) puma (3.4.0-java) - rack (2.0.0.rc1) - json + rack (2.0.1) rack-test (0.6.3) rack (>= 1.0) - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.7) - activesupport (>= 4.2.0.beta, < 5.0) + rails-dom-testing (2.0.1) + activesupport (>= 4.2.0, < 6.0) nokogiri (~> 1.6.0) - rails-deprecated_sanitizer (>= 1.0.1) rails-html-sanitizer (1.0.3) loofah (~> 2.0) - railties (5.0.0.rc2) - actionpack (= 5.0.0.rc2) - activesupport (= 5.0.0.rc2) + railties (5.0.0) + actionpack (= 5.0.0) + activesupport (= 5.0.0) method_source rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) @@ -114,12 +110,12 @@ x86-mingw32 DEPENDENCIES - actionpack (~> 5.0.0.rc2) - actionview (~> 5.0.0.rc2) + actionpack (~> 5.0.0) + actionview (~> 5.0.0) dalli newrelic_rpm puma - railties (~> 5.0.0.rc2) + railties (~> 5.0.0) twitter twitter-text