Upgraded rails to 5.1.6 + i18n gem

This commit is contained in:
Al Snow
2018-03-30 09:15:10 -04:00
parent 0f86d66a3e
commit 425828dad0
2 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
source "https://rubygems.org" source "https://rubygems.org"
#don't upgrade #don't upgrade
gem "rails", "5.1.5" gem "rails", "5.1.6"
ruby "2.5.1" ruby "2.5.1"
+35 -35
View File
@@ -1,41 +1,41 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (5.1.5) actioncable (5.1.6)
actionpack (= 5.1.5) actionpack (= 5.1.6)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (~> 0.6.1) websocket-driver (~> 0.6.1)
actionmailer (5.1.5) actionmailer (5.1.6)
actionpack (= 5.1.5) actionpack (= 5.1.6)
actionview (= 5.1.5) actionview (= 5.1.6)
activejob (= 5.1.5) activejob (= 5.1.6)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
actionpack (5.1.5) actionpack (5.1.6)
actionview (= 5.1.5) actionview (= 5.1.6)
activesupport (= 5.1.5) activesupport (= 5.1.6)
rack (~> 2.0) rack (~> 2.0)
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2) rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.1.5) actionview (5.1.6)
activesupport (= 5.1.5) activesupport (= 5.1.6)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.4) erubi (~> 1.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3) rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (5.1.5) activejob (5.1.6)
activesupport (= 5.1.5) activesupport (= 5.1.6)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (5.1.5) activemodel (5.1.6)
activesupport (= 5.1.5) activesupport (= 5.1.6)
activerecord (5.1.5) activerecord (5.1.6)
activemodel (= 5.1.5) activemodel (= 5.1.6)
activesupport (= 5.1.5) activesupport (= 5.1.6)
arel (~> 8.0) arel (~> 8.0)
activesupport (5.1.5) activesupport (5.1.6)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7) i18n (>= 0.7, < 2)
minitest (~> 5.1) minitest (~> 5.1)
tzinfo (~> 1.1) tzinfo (~> 1.1)
addressable (2.5.2) addressable (2.5.2)
@@ -142,7 +142,7 @@ GEM
guard (>= 2.0.0) guard (>= 2.0.0)
guard-compat (~> 1.0) guard-compat (~> 1.0)
http_parser.rb (0.6.0) http_parser.rb (0.6.0)
i18n (0.9.5) i18n (1.0.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
jquery-fileupload-rails (0.4.7) jquery-fileupload-rails (0.4.7)
actionpack (>= 3.1) actionpack (>= 3.1)
@@ -203,17 +203,17 @@ GEM
rack rack
rack-test (1.0.0) rack-test (1.0.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rails (5.1.5) rails (5.1.6)
actioncable (= 5.1.5) actioncable (= 5.1.6)
actionmailer (= 5.1.5) actionmailer (= 5.1.6)
actionpack (= 5.1.5) actionpack (= 5.1.6)
actionview (= 5.1.5) actionview (= 5.1.6)
activejob (= 5.1.5) activejob (= 5.1.6)
activemodel (= 5.1.5) activemodel (= 5.1.6)
activerecord (= 5.1.5) activerecord (= 5.1.6)
activesupport (= 5.1.5) activesupport (= 5.1.6)
bundler (>= 1.3.0) bundler (>= 1.3.0)
railties (= 5.1.5) railties (= 5.1.6)
sprockets-rails (>= 2.0.0) sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3) rails-dom-testing (2.0.3)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
@@ -221,9 +221,9 @@ GEM
rails-html-sanitizer (1.0.4) rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2) loofah (~> 2.2, >= 2.2.2)
rails-perftest (0.0.7) rails-perftest (0.0.7)
railties (5.1.5) railties (5.1.6)
actionpack (= 5.1.5) actionpack (= 5.1.6)
activesupport (= 5.1.5) activesupport (= 5.1.6)
method_source method_source
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0) thor (>= 0.18.1, < 2.0)
@@ -351,7 +351,7 @@ DEPENDENCIES
pry pry
pry-rails pry-rails
rack-livereload rack-livereload
rails (= 5.1.5) rails (= 5.1.6)
rails-perftest rails-perftest
rake rake
rb-fsevent rb-fsevent