From 3218f12cf1d289adb9e5f7c27cb2a65639d9acb0 Mon Sep 17 00:00:00 2001 From: Waldemar Quevedo Date: Mon, 19 Nov 2018 09:05:43 -0800 Subject: [PATCH 1/2] Update Gemfile.lock in the repo Signed-off-by: Waldemar Quevedo --- Gemfile | 1 + Gemfile.lock | 33 +++++++++++++++++---------------- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index 4cff78f9..fcc1f390 100644 --- a/Gemfile +++ b/Gemfile @@ -11,4 +11,5 @@ group :server do gem 'daemons' gem 'json_pure' gem 'thin' + gem 'rack', ">= 2.0.6" end diff --git a/Gemfile.lock b/Gemfile.lock index 88fafdb2..5c8c8d1b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,25 +7,25 @@ PATH GEM remote: http://rubygems.org/ specs: - daemons (1.2.6) + daemons (1.3.1) diff-lcs (1.3) eventmachine (1.2.7) - json_pure (2.1.0) - rack (2.0.5) - rake (12.3.1) - rspec (3.7.0) - rspec-core (~> 3.7.0) - rspec-expectations (~> 3.7.0) - rspec-mocks (~> 3.7.0) - rspec-core (3.7.1) - rspec-support (~> 3.7.0) - rspec-expectations (3.7.0) + json_pure (2.2.0) + rack (2.0.7) + rake (12.3.2) + rspec (3.8.0) + rspec-core (~> 3.8.0) + rspec-expectations (~> 3.8.0) + rspec-mocks (~> 3.8.0) + rspec-core (3.8.0) + rspec-support (~> 3.8.0) + rspec-expectations (3.8.3) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.7.0) - rspec-mocks (3.7.0) + rspec-support (~> 3.8.0) + rspec-mocks (3.8.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.7.0) - rspec-support (3.7.1) + rspec-support (~> 3.8.0) + rspec-support (3.8.0) thin (1.7.2) daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) @@ -38,9 +38,10 @@ DEPENDENCIES daemons json_pure nats! + rack (>= 2.0.6) rake rspec thin BUNDLED WITH - 1.16.3 + 2.0.0 From cd03b9bc450d5b7f04590e74f01337fa91bf1440 Mon Sep 17 00:00:00 2001 From: Waldemar Quevedo Date: Fri, 17 May 2019 09:23:05 -0700 Subject: [PATCH 2/2] Update rubies Signed-off-by: Waldemar Quevedo --- .travis.yml | 5 ++--- Gemfile.lock | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index fd74dfe8..73ab0991 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ rvm: - - 2.3.5 - - 2.4.3 - - 2.5.0 + - 2.4 + - 2.5 - ruby-head cache: diff --git a/Gemfile.lock b/Gemfile.lock index 5c8c8d1b..9e1e546e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -44,4 +44,4 @@ DEPENDENCIES thin BUNDLED WITH - 2.0.0 + 2.0.1