Merge pull request #360 from jasnow/master

Upgraded Ruby to 2.6.2, Rails to 5.1.7 plus 21 other gems
This commit is contained in:
Ken Johnson
2019-04-06 13:37:52 -04:00
committed by GitHub
5 changed files with 65 additions and 65 deletions
+1 -1
View File
@@ -1 +1 @@
2.6.1 2.6.2
+1 -1
View File
@@ -1,6 +1,6 @@
language: ruby language: ruby
rvm: rvm:
- "2.6.1" - "2.6.2"
before_install: before_install:
- "phantomjs --version" - "phantomjs --version"
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ruby:2.6.1 FROM ruby:2.6.2
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
RUN mkdir /myapp RUN mkdir /myapp
WORKDIR /myapp WORKDIR /myapp
+2 -2
View File
@@ -2,9 +2,9 @@
source "https://rubygems.org" source "https://rubygems.org"
#don't upgrade #don't upgrade
gem "rails", "5.1.6.1" gem "rails", "5.1.7"
ruby "2.6.1" ruby "2.6.2"
gem "aruba" gem "aruba"
gem "bcrypt" gem "bcrypt"
+60 -60
View File
@@ -1,39 +1,39 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (5.1.6.1) actioncable (5.1.7)
actionpack (= 5.1.6.1) actionpack (= 5.1.7)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (~> 0.6.1) websocket-driver (~> 0.6.1)
actionmailer (5.1.6.1) actionmailer (5.1.7)
actionpack (= 5.1.6.1) actionpack (= 5.1.7)
actionview (= 5.1.6.1) actionview (= 5.1.7)
activejob (= 5.1.6.1) activejob (= 5.1.7)
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.1) actionpack (5.1.7)
actionview (= 5.1.6.1) actionview (= 5.1.7)
activesupport (= 5.1.6.1) activesupport (= 5.1.7)
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.1) actionview (5.1.7)
activesupport (= 5.1.6.1) activesupport (= 5.1.7)
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.1) activejob (5.1.7)
activesupport (= 5.1.6.1) activesupport (= 5.1.7)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (5.1.6.1) activemodel (5.1.7)
activesupport (= 5.1.6.1) activesupport (= 5.1.7)
activerecord (5.1.6.1) activerecord (5.1.7)
activemodel (= 5.1.6.1) activemodel (= 5.1.7)
activesupport (= 5.1.6.1) activesupport (= 5.1.7)
arel (~> 8.0) arel (~> 8.0)
activesupport (5.1.6.1) activesupport (5.1.7)
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)
@@ -41,7 +41,7 @@ GEM
addressable (2.6.0) addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0) public_suffix (>= 2.0.2, < 4.0)
arel (8.0.0) arel (8.0.0)
aruba (0.14.8) aruba (0.14.9)
childprocess (>= 0.6.3, < 1.1.0) childprocess (>= 0.6.3, < 1.1.0)
contracts (~> 0.9) contracts (~> 0.9)
cucumber (>= 1.3.19) cucumber (>= 1.3.19)
@@ -49,7 +49,7 @@ GEM
rspec-expectations (>= 2.99) rspec-expectations (>= 2.99)
thor (~> 0.19) thor (~> 0.19)
ast (2.4.0) ast (2.4.0)
backports (3.11.4) backports (3.13.0)
bcrypt (3.1.12) bcrypt (3.1.12)
better_errors (2.5.1) better_errors (2.5.1)
coderay (>= 1.0.0) coderay (>= 1.0.0)
@@ -57,12 +57,12 @@ GEM
rack (>= 0.9.0) rack (>= 0.9.0)
binding_of_caller (0.8.0) binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1) debug_inspector (>= 0.0.1)
brakeman (4.4.0) brakeman (4.5.0)
builder (3.2.3) builder (3.2.3)
bundler-audit (0.6.1) bundler-audit (0.6.1)
bundler (>= 1.2.0, < 3) bundler (>= 1.2.0, < 3)
thor (~> 0.18) thor (~> 0.18)
capybara (3.13.2) capybara (3.16.1)
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.1.4) concurrent-ruby (1.1.5)
contracts (0.16.0) contracts (0.16.0)
crass (1.0.4) crass (1.0.4)
cucumber (3.1.2) cucumber (3.1.2)
@@ -110,7 +110,7 @@ GEM
erubi (1.8.0) erubi (1.8.0)
eventmachine (1.2.7) eventmachine (1.2.7)
execjs (2.7.0) execjs (2.7.0)
ffi (1.9.25) ffi (1.10.0)
foreman (0.85.0) foreman (0.85.0)
thor (~> 0.19.1) thor (~> 0.19.1)
formatador (0.2.5) formatador (0.2.5)
@@ -143,7 +143,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 (1.5.3) i18n (1.6.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
jaro_winkler (1.5.2) jaro_winkler (1.5.2)
jquery-fileupload-rails (1.0.0) jquery-fileupload-rails (1.0.0)
@@ -154,7 +154,7 @@ GEM
rails-dom-testing (>= 1, < 3) rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0) railties (>= 4.2.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
json (2.1.0) json (2.2.0)
kgio (2.11.2) kgio (2.11.2)
launchy (2.4.3) launchy (2.4.3)
addressable (~> 2.3) addressable (~> 2.3)
@@ -178,13 +178,13 @@ GEM
mysql2 (0.5.2) mysql2 (0.5.2)
nenv (0.3.0) nenv (0.3.0)
nio4r (2.3.1) nio4r (2.3.1)
nokogiri (1.10.1) nokogiri (1.10.2)
mini_portile2 (~> 2.4.0) mini_portile2 (~> 2.4.0)
notiffany (0.1.1) notiffany (0.1.1)
nenv (~> 0.1) nenv (~> 0.1)
shellany (~> 0.0) shellany (~> 0.0)
parallel (1.13.0) parallel (1.17.0)
parser (2.6.0.0) parser (2.6.2.1)
ast (~> 2.4.0) ast (~> 2.4.0)
poltergeist (1.18.1) poltergeist (1.18.1)
capybara (>= 2.1, < 4) capybara (>= 2.1, < 4)
@@ -192,31 +192,31 @@ GEM
websocket-driver (>= 0.2.0) websocket-driver (>= 0.2.0)
powder (0.4.0) powder (0.4.0)
thor (>= 0.11.5) thor (>= 0.11.5)
power_assert (1.1.3) power_assert (1.1.4)
powerpack (0.1.2)
pry (0.12.2) 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.9) pry-rails (0.3.9)
pry (>= 0.10.4) pry (>= 0.10.4)
psych (3.1.0)
public_suffix (3.0.3) public_suffix (3.0.3)
puma (3.12.0) puma (3.12.1)
rack (2.0.6) rack (2.0.7)
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.1) rails (5.1.7)
actioncable (= 5.1.6.1) actioncable (= 5.1.7)
actionmailer (= 5.1.6.1) actionmailer (= 5.1.7)
actionpack (= 5.1.6.1) actionpack (= 5.1.7)
actionview (= 5.1.6.1) actionview (= 5.1.7)
activejob (= 5.1.6.1) activejob (= 5.1.7)
activemodel (= 5.1.6.1) activemodel (= 5.1.7)
activerecord (= 5.1.6.1) activerecord (= 5.1.7)
activesupport (= 5.1.6.1) activesupport (= 5.1.7)
bundler (>= 1.3.0) bundler (>= 1.3.0)
railties (= 5.1.6.1) railties (= 5.1.7)
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.1) railties (5.1.7)
actionpack (= 5.1.6.1) actionpack (= 5.1.7)
activesupport (= 5.1.6.1) activesupport (= 5.1.7)
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.10.0) rb-inotify (0.10.0)
ffi (~> 1.0) ffi (~> 1.0)
ref (2.0.0) ref (2.0.0)
regexp_parser (1.3.0) regexp_parser (1.4.0)
responders (2.4.1) responders (2.4.1)
actionpack (>= 4.2.0, < 6.0) actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0) railties (>= 4.2.0, < 6.0)
@@ -262,20 +262,20 @@ 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.64.0) rubocop (0.67.2)
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)
powerpack (~> 0.1) psych (>= 3.1.0)
rainbow (>= 2.2.2, < 4.0) rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.4.0) unicode-display_width (>= 1.4.0, < 1.6)
rubocop-github (0.12.0) rubocop-github (0.12.0)
rubocop (~> 0.59) rubocop (~> 0.59)
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.7.3) sass (3.7.4)
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,8 +286,8 @@ 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) sassc (2.0.1)
ffi (~> 1.9.6) ffi (~> 1.9)
rake rake
shellany (0.0.1) shellany (0.0.1)
simplecov (0.16.1) simplecov (0.16.1)
@@ -303,7 +303,7 @@ 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.3.0) test-unit (3.3.1)
power_assert power_assert
therubyracer (0.12.3) therubyracer (0.12.3)
libv8 (~> 3.16.14.15) libv8 (~> 3.16.14.15)
@@ -320,8 +320,8 @@ GEM
thread_safe (~> 0.1) thread_safe (~> 0.1)
uglifier (4.1.20) uglifier (4.1.20)
execjs (>= 0.3.0, < 3) execjs (>= 0.3.0, < 3)
unicode-display_width (1.4.1) unicode-display_width (1.5.0)
unicorn (5.4.1) unicorn (5.5.0)
kgio (~> 2.6) kgio (~> 2.6)
raindrops (~> 0.7) raindrops (~> 0.7)
websocket-driver (0.6.5) websocket-driver (0.6.5)
@@ -360,7 +360,7 @@ DEPENDENCIES
pry-rails pry-rails
puma puma
rack-livereload rack-livereload
rails (= 5.1.6.1) rails (= 5.1.7)
rails-perftest rails-perftest
rake rake
rb-fsevent rb-fsevent
@@ -379,7 +379,7 @@ DEPENDENCIES
unicorn unicorn
RUBY VERSION RUBY VERSION
ruby 2.6.1p33 ruby 2.6.2p47
BUNDLED WITH BUNDLED WITH
1.17.3 1.17.2