From 0e426dbbfb4a9f99e23543e476977098531c4ac6 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sun, 30 Dec 2018 08:16:44 -0500 Subject: [PATCH 01/27] Upgraded pry-rails gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2749bfd..ada2541 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -197,7 +197,7 @@ GEM pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) - pry-rails (0.3.8) + pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (3.0.3) puma (3.12.0) From 58cdc08286fa87072175ee2e2732454f2a3ef9a3 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 1 Jan 2019 10:32:16 -0500 Subject: [PATCH 02/27] Upgraded bundler and rubocop gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ada2541..de599f9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -262,7 +262,7 @@ GEM rspec-mocks (~> 3.8.0) rspec-support (~> 3.8.0) rspec-support (3.8.0) - rubocop (0.61.1) + rubocop (0.62.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.5, != 2.5.1.1) @@ -382,4 +382,4 @@ RUBY VERSION ruby 2.5.3p105 BUNDLED WITH - 1.17.2 + 1.17.3 From 6574fb785c1bd6343259a78589d29f28699b48f3 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 1 Jan 2019 18:04:41 -0500 Subject: [PATCH 03/27] Upgraded i18n gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index de599f9..cb6795b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -143,7 +143,7 @@ GEM guard (>= 2.0.0) guard-compat (~> 1.0) http_parser.rb (0.6.0) - i18n (1.3.0) + i18n (1.4.0) concurrent-ruby (~> 1.0) jaro_winkler (1.5.1) jquery-fileupload-rails (1.0.0) From 4273f184a2d8a516b304ee30a56e68003e26e4ad Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 3 Jan 2019 12:33:59 -0500 Subject: [PATCH 04/27] Removed 'gem install bundler' line --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c739b44..57da9b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ rvm: - "2.5.3" before_install: - - "gem install bundler" - "phantomjs --version" - "export PATH=${PWD}/travis_phantomjs/phantomjs-2.1.1-linux-x86_64/bin:${PATH}" - "phantomjs --version" From c4cc3083fce7b9b91b21bbee5837c1bdf300ed7b Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 4 Jan 2019 09:12:05 -0500 Subject: [PATCH 05/27] Upgraded jaro_winkler gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index cb6795b..931ae02 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -145,7 +145,7 @@ GEM http_parser.rb (0.6.0) i18n (1.4.0) concurrent-ruby (~> 1.0) - jaro_winkler (1.5.1) + jaro_winkler (1.5.2) jquery-fileupload-rails (1.0.0) actionpack (>= 3.1) railties (>= 3.1) From d87414bacfb7b5cc7cf141f4423c0e78b3849561 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 4 Jan 2019 16:21:03 -0500 Subject: [PATCH 06/27] Upgraded [nokogiri, sass] gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 931ae02..0a130bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -178,7 +178,7 @@ GEM mysql2 (0.5.2) nenv (0.3.0) nio4r (2.3.1) - nokogiri (1.9.1) + nokogiri (1.10.0) mini_portile2 (~> 2.4.0) notiffany (0.1.1) nenv (~> 0.1) @@ -275,7 +275,7 @@ GEM ruby-prof (0.17.0) ruby-progressbar (1.10.0) ruby_dep (1.5.0) - sass (3.7.2) + sass (3.7.3) sass-listen (~> 4.0.0) sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) From a02cb9a00a70c1e1f945ecb1e1059e8ea262e5f1 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sun, 6 Jan 2019 19:00:05 -0500 Subject: [PATCH 07/27] Upgraded i18n gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0a130bc..85c2a9c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -143,7 +143,7 @@ GEM guard (>= 2.0.0) guard-compat (~> 1.0) http_parser.rb (0.6.0) - i18n (1.4.0) + i18n (1.5.1) concurrent-ruby (~> 1.0) jaro_winkler (1.5.2) jquery-fileupload-rails (1.0.0) From 23840fd92ad55941daa2e82d5096cc2490db4896 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 9 Jan 2019 09:03:22 -0500 Subject: [PATCH 08/27] Upgraded aruba gem --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 85c2a9c..b1cb47c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,11 +41,11 @@ GEM addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) arel (8.0.0) - aruba (0.14.6) + aruba (0.14.7) childprocess (>= 0.6.3, < 0.10.0) contracts (~> 0.9) cucumber (>= 1.3.19) - ffi (~> 1.9.10) + ffi (~> 1.9) rspec-expectations (>= 2.99) thor (~> 0.19) ast (2.4.0) From 3453459670f72d8acb5e93d93aef5caca78d8b55 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 11 Jan 2019 09:47:41 -0500 Subject: [PATCH 09/27] Upgraded globalid gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index b1cb47c..a46e0e7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -115,7 +115,7 @@ GEM thor (~> 0.19.1) formatador (0.2.5) gherkin (5.1.0) - globalid (0.4.1) + globalid (0.4.2) activesupport (>= 4.2.0) guard (2.15.0) formatador (>= 0.2.4) From 0a53cfb4bf0381ce652598c82dab45fb55a3e04f Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sun, 13 Jan 2019 10:02:50 -0500 Subject: [PATCH 10/27] Upgraded nokogiri gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index a46e0e7..fc2e11b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -178,7 +178,7 @@ GEM mysql2 (0.5.2) nenv (0.3.0) nio4r (2.3.1) - nokogiri (1.10.0) + nokogiri (1.10.1) mini_portile2 (~> 2.4.0) notiffany (0.1.1) nenv (~> 0.1) From 74ae8aadeeced7b7f7023d3d4f9053db6f049263 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 14 Jan 2019 20:42:27 -0500 Subject: [PATCH 11/27] Upgraded i18n gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index fc2e11b..abd19bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -143,7 +143,7 @@ GEM guard (>= 2.0.0) guard-compat (~> 1.0) http_parser.rb (0.6.0) - i18n (1.5.1) + i18n (1.5.2) concurrent-ruby (~> 1.0) jaro_winkler (1.5.2) jquery-fileupload-rails (1.0.0) From 90050ee985d71eca85d1b18ffc96c2dc8e5852a5 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 16 Jan 2019 12:18:34 -0500 Subject: [PATCH 12/27] Upgraded [parser, rubocop] gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index abd19bc..efd06bf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -184,7 +184,7 @@ GEM nenv (~> 0.1) shellany (~> 0.0) parallel (1.12.1) - parser (2.5.3.0) + parser (2.6.0.0) ast (~> 2.4.0) poltergeist (1.18.1) capybara (>= 2.1, < 4) @@ -262,7 +262,7 @@ GEM rspec-mocks (~> 3.8.0) rspec-support (~> 3.8.0) rspec-support (3.8.0) - rubocop (0.62.0) + rubocop (0.63.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.5, != 2.5.1.1) From 68300a789bb7a1f4742faac3bec1de3e04916023 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 17 Jan 2019 10:08:46 -0500 Subject: [PATCH 13/27] Upgraded parallel gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index efd06bf..97b67ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -183,7 +183,7 @@ GEM notiffany (0.1.1) nenv (~> 0.1) shellany (~> 0.0) - parallel (1.12.1) + parallel (1.13.0) parser (2.6.0.0) ast (~> 2.4.0) poltergeist (1.18.1) From 9c1751acfffd5c2e9087a667cb646417e2fd5ab6 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 17 Jan 2019 19:03:40 -0500 Subject: [PATCH 14/27] Upgraded brakeman gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 97b67ba..f0403a5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,7 +57,7 @@ GEM rack (>= 0.9.0) binding_of_caller (0.8.0) debug_inspector (>= 0.0.1) - brakeman (4.3.1) + brakeman (4.4.0) builder (3.2.3) bundler-audit (0.6.0) bundler (~> 1.2) From 834c904214e2cdfc323a20887962541322b72f6e Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 18 Jan 2019 09:30:46 -0500 Subject: [PATCH 15/27] Upgraded [addressable, bundler-audit, rspec-rails] gems --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f0403a5..800fefb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,7 +38,7 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.5.2) + addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) arel (8.0.0) aruba (0.14.7) @@ -59,8 +59,8 @@ GEM debug_inspector (>= 0.0.1) brakeman (4.4.0) builder (3.2.3) - bundler-audit (0.6.0) - bundler (~> 1.2) + bundler-audit (0.6.1) + bundler (>= 1.2.0, < 3) thor (~> 0.18) capybara (3.12.0) addressable @@ -253,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.1) + rspec-rails (3.8.2) actionpack (>= 3.0) activesupport (>= 3.0) railties (>= 3.0) From 60d4f5f9ab487dee1196d3e7328ed6b90d8d9369 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 21 Jan 2019 12:45:42 -0500 Subject: [PATCH 16/27] Upgraded responders gem --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 800fefb..adde05d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -238,9 +238,9 @@ GEM ffi (~> 1.0) ref (2.0.0) regexp_parser (1.3.0) - responders (2.4.0) - actionpack (>= 4.2.0, < 5.3) - railties (>= 4.2.0, < 5.3) + responders (2.4.1) + actionpack (>= 4.2.0, < 6.0) + railties (>= 4.2.0, < 6.0) rspec (3.8.0) rspec-core (~> 3.8.0) rspec-expectations (~> 3.8.0) From 4fc33ff2ca3c558d330716700435617c05110082 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 21 Jan 2019 20:51:56 -0500 Subject: [PATCH 17/27] Upgraded i18n gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index adde05d..e31929a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -143,7 +143,7 @@ GEM guard (>= 2.0.0) guard-compat (~> 1.0) http_parser.rb (0.6.0) - i18n (1.5.2) + i18n (1.5.3) concurrent-ruby (~> 1.0) jaro_winkler (1.5.2) jquery-fileupload-rails (1.0.0) From c7fa5eb0e53d8d4a960e8004818a4b3317a3e4a5 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 22 Jan 2019 10:31:30 -0500 Subject: [PATCH 18/27] Upgraded rubocop gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index e31929a..940147e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -262,7 +262,7 @@ GEM rspec-mocks (~> 3.8.0) rspec-support (~> 3.8.0) rspec-support (3.8.0) - rubocop (0.63.0) + rubocop (0.63.1) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.5, != 2.5.1.1) From ae29d79ddaa09e14f8cbaea2147b6180c47719af Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 23 Jan 2019 12:55:57 -0500 Subject: [PATCH 19/27] Upgraded test-unit gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 940147e..6d88a34 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -303,7 +303,7 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.3.13) - test-unit (3.2.9) + test-unit (3.3.0) power_assert therubyracer (0.12.3) libv8 (~> 3.16.14.15) From 5a8b155bcc86f0cdfff3acdad4f960eef4b5b007 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 24 Jan 2019 08:38:09 -0500 Subject: [PATCH 20/27] Upgraded capybara gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6d88a34..9ce2db8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,7 +62,7 @@ GEM bundler-audit (0.6.1) bundler (>= 1.2.0, < 3) thor (~> 0.18) - capybara (3.12.0) + capybara (3.13.0) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) From afb12521a923347705c340979b2521f9a6bab1cc Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 24 Jan 2019 15:01:17 -0500 Subject: [PATCH 21/27] Upgraded capybara gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9ce2db8..4e663e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,7 +62,7 @@ GEM bundler-audit (0.6.1) bundler (>= 1.2.0, < 3) thor (~> 0.18) - capybara (3.13.0) + capybara (3.13.2) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) From 8ed109d94b159de880353a81f2c2ffde83d4b312 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 30 Jan 2019 11:42:11 -0500 Subject: [PATCH 22/27] Upgraded Ruby to 2.6.1 --- .ruby-version | 2 +- Dockerfile | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ruby-version b/.ruby-version index aedc15b..6a6a3d8 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.5.3 +2.6.1 diff --git a/Dockerfile b/Dockerfile index 9e0ae33..253b43c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.5.3 +FROM ruby:2.6.1 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 515adef..fce4967 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org" #don't upgrade gem "rails", "5.1.6.1" -ruby "2.5.3" +ruby "2.6.1" gem "aruba" gem "bcrypt" diff --git a/Gemfile.lock b/Gemfile.lock index 4e663e2..3a59806 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -379,7 +379,7 @@ DEPENDENCIES unicorn RUBY VERSION - ruby 2.5.3p105 + ruby 2.6.1p33 BUNDLED WITH 1.17.3 From 7456a6a6de8291e10711db2eaf57be00cef16561 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 30 Jan 2019 11:42:35 -0500 Subject: [PATCH 23/27] Upgraded Ruby to 2.6.1/fix --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 57da9b1..6cb28c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: ruby rvm: - - "2.5.3" + - "2.6.1" before_install: - "phantomjs --version" From b21ec34bf1cc2f59c002465d108a74650453300e Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 4 Feb 2019 10:50:07 -0500 Subject: [PATCH 24/27] Upgraded [aruba, childprocess] gems --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3a59806..06a5c1f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,8 +41,8 @@ GEM addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) arel (8.0.0) - aruba (0.14.7) - childprocess (>= 0.6.3, < 0.10.0) + aruba (0.14.8) + childprocess (>= 0.6.3, < 1.1.0) contracts (~> 0.9) cucumber (>= 1.3.19) ffi (~> 1.9) @@ -70,8 +70,8 @@ GEM rack-test (>= 0.6.3) regexp_parser (~> 1.2) xpath (~> 3.2) - childprocess (0.9.0) - ffi (~> 1.0, >= 1.0.11) + childprocess (1.0.1) + rake (< 13.0) cliver (0.3.2) coderay (1.1.2) coffee-rails (4.2.2) From 5c00cc4a9e5a715934b37b4ff4139d42871ba0f6 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 7 Feb 2019 08:56:52 -0500 Subject: [PATCH 25/27] Locked down sqlite3 gem because 1.4 has regression --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index fce4967..00511bf 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem "responders" #For Rails 4.2 # LOCKED DOWN gem "ruby-prof" gem "sass-rails" gem "simplecov", require: false, group: :test -gem "sqlite3" +gem "sqlite3", "1.3.13" # 2/7/2019: LOCKED DOWN gem "therubyracer" gem "turbolinks" gem "uglifier" diff --git a/Gemfile.lock b/Gemfile.lock index 06a5c1f..ed14331 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -370,7 +370,7 @@ DEPENDENCIES ruby-prof sass-rails simplecov - sqlite3 + sqlite3 (= 1.3.13) test-unit therubyracer travis-lint From aac235693b42aa58b5d5f0b306a36fa074b0fbfe Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sun, 10 Feb 2019 09:52:49 -0500 Subject: [PATCH 26/27] Upgraded rubocop gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index ed14331..549ae61 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -262,7 +262,7 @@ GEM rspec-mocks (~> 3.8.0) rspec-support (~> 3.8.0) rspec-support (3.8.0) - rubocop (0.63.1) + rubocop (0.64.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.5, != 2.5.1.1) From c002bb4ccfc9080332b3d9354d2efdff5cb951a5 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 15 Feb 2019 09:01:40 -0500 Subject: [PATCH 27/27] Upgraded better_errors gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 549ae61..c1b5bda 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,7 +51,7 @@ GEM ast (2.4.0) backports (3.11.4) bcrypt (3.1.12) - better_errors (2.5.0) + better_errors (2.5.1) coderay (>= 1.0.0) erubi (>= 1.0.0) rack (>= 0.9.0)