diff --git a/.ruby-version b/.ruby-version index f225a78..aedc15b 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.5.2 +2.5.3 diff --git a/.travis.yml b/.travis.yml index a2461ea..c739b44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: ruby rvm: - - "2.5.2" + - "2.5.3" before_install: - "gem install bundler" diff --git a/Dockerfile b/Dockerfile index 03bc45b..9e0ae33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/Gemfile b/Gemfile index 2bd46d1..023ce4e 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index 73a317c..f8785fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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