diff --git a/Gemfile b/Gemfile index bfa3121fb8..b399164455 100644 --- a/Gemfile +++ b/Gemfile @@ -65,7 +65,7 @@ group :test do gem 'rdoc', '~> 6.7' gem 'browserstack-local', '~> 1.4' - gem 'irb', '~> 1.13' + gem 'irb', '~> 1.14' gem 'pry-byebug', '~> 3.10', '>= 3.10.1' gem 'rest-client', '~> 2.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 07920a85f3..9000a01a79 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,7 +80,7 @@ GEM concurrent-ruby (~> 1.0) io-console (0.7.2) io-like (0.3.1) - irb (1.13.1) + irb (1.14.0) rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.7.2) @@ -143,7 +143,7 @@ GEM rdoc (6.7.0) psych (>= 4.0.0) regexp_parser (2.9.2) - reline (0.5.5) + reline (0.5.9) io-console (~> 0.5) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) @@ -199,7 +199,7 @@ GEM slack-notifier (2.4.0) sqlite3 (1.7.3-arm64-darwin) sqlite3 (1.7.3-x86_64-linux) - stringio (3.1.0) + stringio (3.1.1) strscan (3.1.0) sync (0.5.0) term-ansicolor (1.8.0) @@ -263,7 +263,7 @@ DEPENDENCIES eventmachine (~> 1.2, >= 1.2.7) execjs (~> 2.9) geckodriver-helper (~> 0.24.0) - irb (~> 1.13) + irb (~> 1.14) json maxmind-db (~> 1.2) mime-types (~> 3.5)