Merge pull request #355 from jasnow/master

Upgraded Ruby to 2.5.3 plus 4 other gems + added regexp_parser gem
This commit is contained in:
Ken Johnson
2018-10-30 15:36:31 -04:00
committed by GitHub
5 changed files with 15 additions and 13 deletions
+1 -1
View File
@@ -1 +1 @@
2.5.2
2.5.3
+1 -1
View File
@@ -1,6 +1,6 @@
language: ruby
rvm:
- "2.5.2"
- "2.5.3"
before_install:
- "gem install bundler"
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ruby:2.5.2
FROM ruby:2.5.3
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
RUN mkdir /myapp
WORKDIR /myapp
+1 -1
View File
@@ -4,7 +4,7 @@ source "https://rubygems.org"
#don't upgrade
gem "rails", "5.1.6"
ruby "2.5.2"
ruby "2.5.3"
gem "aruba"
gem "bcrypt"
+11 -9
View File
@@ -62,13 +62,14 @@ GEM
bundler-audit (0.6.0)
bundler (~> 1.2)
thor (~> 0.18)
capybara (3.9.0)
capybara (3.10.0)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
xpath (~> 3.1)
regexp_parser (~> 1.2)
xpath (~> 3.2)
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
cliver (0.3.2)
@@ -162,7 +163,7 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.2.2)
loofah (2.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.0.13)
@@ -183,7 +184,7 @@ GEM
nenv (~> 0.1)
shellany (~> 0.0)
parallel (1.12.1)
parser (2.5.1.2)
parser (2.5.3.0)
ast (~> 2.4.0)
poltergeist (1.18.1)
capybara (>= 2.1, < 4)
@@ -236,6 +237,7 @@ GEM
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
ref (2.0.0)
regexp_parser (1.2.0)
responders (2.4.0)
actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3)
@@ -251,7 +253,7 @@ GEM
rspec-mocks (3.8.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-rails (3.8.0)
rspec-rails (3.8.1)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
@@ -260,14 +262,14 @@ GEM
rspec-mocks (~> 3.8.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
rubocop (0.59.2)
rubocop (0.60.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
powerpack (~> 0.1)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
unicode-display_width (~> 1.4.0)
rubocop-github (0.12.0)
rubocop (~> 0.59)
ruby-prof (0.17.0)
@@ -374,7 +376,7 @@ DEPENDENCIES
unicorn
RUBY VERSION
ruby 2.5.2p104
ruby 2.5.3p105
BUNDLED WITH
1.17.0.pre.2
1.17.1