• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修訂9d798f41d74821ce0ec6d8dfc2439314301c9c83 (tree)
時間2017-08-11 08:08:08
作者HMML <hmml3939@gmai...>
CommiterHMML

Log Message

Update rails to 5.1.3.

Change Summary

差異

--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,7 @@
11 source 'https://rubygems.org'
22
33 # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
4-gem 'rails', '~> 5.1.2'
4+gem 'rails', '~> 5.1.3'
55 # Use sqlite3 as the database for Active Record
66 gem 'sqlite3', group: [:development, :test]
77 gem 'mysql2', group: [:staging, :production]
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -17,39 +17,39 @@ GIT
1717 GEM
1818 remote: https://rubygems.org/
1919 specs:
20- actioncable (5.1.2)
21- actionpack (= 5.1.2)
20+ actioncable (5.1.3)
21+ actionpack (= 5.1.3)
2222 nio4r (~> 2.0)
2323 websocket-driver (~> 0.6.1)
24- actionmailer (5.1.2)
25- actionpack (= 5.1.2)
26- actionview (= 5.1.2)
27- activejob (= 5.1.2)
24+ actionmailer (5.1.3)
25+ actionpack (= 5.1.3)
26+ actionview (= 5.1.3)
27+ activejob (= 5.1.3)
2828 mail (~> 2.5, >= 2.5.4)
2929 rails-dom-testing (~> 2.0)
30- actionpack (5.1.2)
31- actionview (= 5.1.2)
32- activesupport (= 5.1.2)
30+ actionpack (5.1.3)
31+ actionview (= 5.1.3)
32+ activesupport (= 5.1.3)
3333 rack (~> 2.0)
3434 rack-test (~> 0.6.3)
3535 rails-dom-testing (~> 2.0)
3636 rails-html-sanitizer (~> 1.0, >= 1.0.2)
37- actionview (5.1.2)
38- activesupport (= 5.1.2)
37+ actionview (5.1.3)
38+ activesupport (= 5.1.3)
3939 builder (~> 3.1)
4040 erubi (~> 1.4)
4141 rails-dom-testing (~> 2.0)
4242 rails-html-sanitizer (~> 1.0, >= 1.0.3)
43- activejob (5.1.2)
44- activesupport (= 5.1.2)
43+ activejob (5.1.3)
44+ activesupport (= 5.1.3)
4545 globalid (>= 0.3.6)
46- activemodel (5.1.2)
47- activesupport (= 5.1.2)
48- activerecord (5.1.2)
49- activemodel (= 5.1.2)
50- activesupport (= 5.1.2)
46+ activemodel (5.1.3)
47+ activesupport (= 5.1.3)
48+ activerecord (5.1.3)
49+ activemodel (= 5.1.3)
50+ activesupport (= 5.1.3)
5151 arel (~> 8.0)
52- activesupport (5.1.2)
52+ activesupport (5.1.3)
5353 concurrent-ruby (~> 1.0, >= 1.0.2)
5454 i18n (~> 0.7)
5555 minitest (~> 5.1)
@@ -274,17 +274,17 @@ GEM
274274 rack (2.0.3)
275275 rack-test (0.6.3)
276276 rack (>= 1.0)
277- rails (5.1.2)
278- actioncable (= 5.1.2)
279- actionmailer (= 5.1.2)
280- actionpack (= 5.1.2)
281- actionview (= 5.1.2)
282- activejob (= 5.1.2)
283- activemodel (= 5.1.2)
284- activerecord (= 5.1.2)
285- activesupport (= 5.1.2)
286- bundler (>= 1.3.0, < 2.0)
287- railties (= 5.1.2)
277+ rails (5.1.3)
278+ actioncable (= 5.1.3)
279+ actionmailer (= 5.1.3)
280+ actionpack (= 5.1.3)
281+ actionview (= 5.1.3)
282+ activejob (= 5.1.3)
283+ activemodel (= 5.1.3)
284+ activerecord (= 5.1.3)
285+ activesupport (= 5.1.3)
286+ bundler (>= 1.3.0)
287+ railties (= 5.1.3)
288288 sprockets-rails (>= 2.0.0)
289289 rails-controller-testing (1.0.2)
290290 actionpack (~> 5.x, >= 5.0.1)
@@ -298,9 +298,9 @@ GEM
298298 rails-i18n (5.0.4)
299299 i18n (~> 0.7)
300300 railties (~> 5.0)
301- railties (5.1.2)
302- actionpack (= 5.1.2)
303- activesupport (= 5.1.2)
301+ railties (5.1.3)
302+ actionpack (= 5.1.3)
303+ activesupport (= 5.1.3)
304304 method_source
305305 rake (>= 0.8.7)
306306 thor (>= 0.18.1, < 2.0)
@@ -464,7 +464,7 @@ DEPENDENCIES
464464 pry-rails
465465 pry-stack_explorer
466466 puma (~> 3.0)
467- rails (~> 5.1.2)
467+ rails (~> 5.1.3)
468468 rails-controller-testing
469469 rails-i18n
470470 rb-inotify!