Merge pull request #357 from jasnow/master

Upgraded Rails to 5.1.6.1 plus 13 more gem upgrades
This commit is contained in:
Ken Johnson
2018-12-05 10:42:35 -05:00
committed by GitHub
2 changed files with 52 additions and 49 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.6" gem "rails", "5.1.6.1"
ruby "2.5.3" ruby "2.5.3"
+51 -48
View File
@@ -1,39 +1,39 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (5.1.6) actioncable (5.1.6.1)
actionpack (= 5.1.6) actionpack (= 5.1.6.1)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (~> 0.6.1) websocket-driver (~> 0.6.1)
actionmailer (5.1.6) actionmailer (5.1.6.1)
actionpack (= 5.1.6) actionpack (= 5.1.6.1)
actionview (= 5.1.6) actionview (= 5.1.6.1)
activejob (= 5.1.6) activejob (= 5.1.6.1)
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.6) actionpack (5.1.6.1)
actionview (= 5.1.6) actionview (= 5.1.6.1)
activesupport (= 5.1.6) activesupport (= 5.1.6.1)
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.6) actionview (5.1.6.1)
activesupport (= 5.1.6) activesupport (= 5.1.6.1)
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.6) activejob (5.1.6.1)
activesupport (= 5.1.6) activesupport (= 5.1.6.1)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (5.1.6) activemodel (5.1.6.1)
activesupport (= 5.1.6) activesupport (= 5.1.6.1)
activerecord (5.1.6) activerecord (5.1.6.1)
activemodel (= 5.1.6) activemodel (= 5.1.6.1)
activesupport (= 5.1.6) activesupport (= 5.1.6.1)
arel (~> 8.0) arel (~> 8.0)
activesupport (5.1.6) activesupport (5.1.6.1)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2) i18n (>= 0.7, < 2)
minitest (~> 5.1) minitest (~> 5.1)
@@ -62,7 +62,7 @@ GEM
bundler-audit (0.6.0) bundler-audit (0.6.0)
bundler (~> 1.2) bundler (~> 1.2)
thor (~> 0.18) thor (~> 0.18)
capybara (3.10.0) capybara (3.12.0)
addressable addressable
mini_mime (>= 0.1.3) mini_mime (>= 0.1.3)
nokogiri (~> 1.8) nokogiri (~> 1.8)
@@ -81,7 +81,7 @@ GEM
coffee-script-source coffee-script-source
execjs execjs
coffee-script-source (1.12.2) coffee-script-source (1.12.2)
concurrent-ruby (1.0.5) concurrent-ruby (1.1.3)
contracts (0.16.0) contracts (0.16.0)
crass (1.0.4) crass (1.0.4)
cucumber (3.1.2) cucumber (3.1.2)
@@ -117,7 +117,7 @@ GEM
gherkin (5.1.0) gherkin (5.1.0)
globalid (0.4.1) globalid (0.4.1)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
guard (2.14.2) guard (2.15.0)
formatador (>= 0.2.4) formatador (>= 0.2.4)
listen (>= 2.7, < 4.0) listen (>= 2.7, < 4.0)
lumberjack (>= 1.0.12, < 2.0) lumberjack (>= 1.0.12, < 2.0)
@@ -146,10 +146,10 @@ GEM
i18n (1.1.1) i18n (1.1.1)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
jaro_winkler (1.5.1) jaro_winkler (1.5.1)
jquery-fileupload-rails (0.4.7) jquery-fileupload-rails (1.0.0)
actionpack (>= 3.1) actionpack (>= 3.1)
railties (>= 3.1) railties (>= 3.1)
sass (>= 3.2) sassc
jquery-rails (4.3.3) jquery-rails (4.3.3)
rails-dom-testing (>= 1, < 3) rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0) railties (>= 4.2.0)
@@ -169,7 +169,7 @@ GEM
lumberjack (1.0.13) lumberjack (1.0.13)
mail (2.7.1) mail (2.7.1)
mini_mime (>= 0.1.1) mini_mime (>= 0.1.1)
method_source (0.9.0) method_source (0.9.2)
mini_mime (1.0.1) mini_mime (1.0.1)
mini_portile2 (2.3.0) mini_portile2 (2.3.0)
minitest (5.11.3) minitest (5.11.3)
@@ -194,29 +194,29 @@ GEM
thor (>= 0.11.5) thor (>= 0.11.5)
power_assert (1.1.3) power_assert (1.1.3)
powerpack (0.1.2) powerpack (0.1.2)
pry (0.11.3) pry (0.12.2)
coderay (~> 1.1.0) coderay (~> 1.1.0)
method_source (~> 0.9.0) method_source (~> 0.9.0)
pry-rails (0.3.6) pry-rails (0.3.8)
pry (>= 0.10.4) pry (>= 0.10.4)
public_suffix (3.0.3) public_suffix (3.0.3)
puma (3.12.0) puma (3.12.0)
rack (2.0.5) rack (2.0.6)
rack-livereload (0.3.17) rack-livereload (0.3.17)
rack rack
rack-test (1.1.0) rack-test (1.1.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rails (5.1.6) rails (5.1.6.1)
actioncable (= 5.1.6) actioncable (= 5.1.6.1)
actionmailer (= 5.1.6) actionmailer (= 5.1.6.1)
actionpack (= 5.1.6) actionpack (= 5.1.6.1)
actionview (= 5.1.6) actionview (= 5.1.6.1)
activejob (= 5.1.6) activejob (= 5.1.6.1)
activemodel (= 5.1.6) activemodel (= 5.1.6.1)
activerecord (= 5.1.6) activerecord (= 5.1.6.1)
activesupport (= 5.1.6) activesupport (= 5.1.6.1)
bundler (>= 1.3.0) bundler (>= 1.3.0)
railties (= 5.1.6) railties (= 5.1.6.1)
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)
@@ -224,9 +224,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.6) railties (5.1.6.1)
actionpack (= 5.1.6) actionpack (= 5.1.6.1)
activesupport (= 5.1.6) activesupport (= 5.1.6.1)
method_source method_source
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0) thor (>= 0.18.1, < 2.0)
@@ -237,7 +237,7 @@ GEM
rb-inotify (0.9.10) rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2) ffi (>= 0.5.0, < 2)
ref (2.0.0) ref (2.0.0)
regexp_parser (1.2.0) regexp_parser (1.3.0)
responders (2.4.0) responders (2.4.0)
actionpack (>= 4.2.0, < 5.3) actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3) railties (>= 4.2.0, < 5.3)
@@ -262,7 +262,7 @@ GEM
rspec-mocks (~> 3.8.0) rspec-mocks (~> 3.8.0)
rspec-support (~> 3.8.0) rspec-support (~> 3.8.0)
rspec-support (3.8.0) rspec-support (3.8.0)
rubocop (0.60.0) rubocop (0.61.0)
jaro_winkler (~> 1.5.1) jaro_winkler (~> 1.5.1)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1) parser (>= 2.5, != 2.5.1.1)
@@ -275,7 +275,7 @@ GEM
ruby-prof (0.17.0) ruby-prof (0.17.0)
ruby-progressbar (1.10.0) ruby-progressbar (1.10.0)
ruby_dep (1.5.0) ruby_dep (1.5.0)
sass (3.6.0) sass (3.7.2)
sass-listen (~> 4.0.0) sass-listen (~> 4.0.0)
sass-listen (4.0.0) sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4) rb-fsevent (~> 0.9, >= 0.9.4)
@@ -286,6 +286,9 @@ GEM
sprockets (>= 2.8, < 4.0) sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0) sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3) tilt (>= 1.1, < 3)
sassc (2.0.0)
ffi (~> 1.9.6)
rake
shellany (0.0.1) shellany (0.0.1)
simplecov (0.16.1) simplecov (0.16.1)
docile (~> 1.1) docile (~> 1.1)
@@ -300,14 +303,14 @@ GEM
activesupport (>= 4.0) activesupport (>= 4.0)
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
sqlite3 (1.3.13) sqlite3 (1.3.13)
test-unit (3.2.8) test-unit (3.2.9)
power_assert power_assert
therubyracer (0.12.3) therubyracer (0.12.3)
libv8 (~> 3.16.14.15) libv8 (~> 3.16.14.15)
ref ref
thor (0.19.4) thor (0.19.4)
thread_safe (0.3.6) thread_safe (0.3.6)
tilt (2.0.8) tilt (2.0.9)
travis-lint (2.0.0) travis-lint (2.0.0)
json json
turbolinks (5.2.0) turbolinks (5.2.0)
@@ -315,7 +318,7 @@ GEM
turbolinks-source (5.2.0) turbolinks-source (5.2.0)
tzinfo (1.2.5) tzinfo (1.2.5)
thread_safe (~> 0.1) thread_safe (~> 0.1)
uglifier (4.1.19) uglifier (4.1.20)
execjs (>= 0.3.0, < 3) execjs (>= 0.3.0, < 3)
unicode-display_width (1.4.0) unicode-display_width (1.4.0)
unicorn (5.4.1) unicorn (5.4.1)
@@ -357,7 +360,7 @@ DEPENDENCIES
pry-rails pry-rails
puma puma
rack-livereload rack-livereload
rails (= 5.1.6) rails (= 5.1.6.1)
rails-perftest rails-perftest
rake rake
rb-fsevent rb-fsevent