diff --git a/Gemfile b/Gemfile index 12fc60704f..c2b3dfb0a4 100644 --- a/Gemfile +++ b/Gemfile @@ -83,7 +83,7 @@ gem 'wkhtmltopdf-binary', '~> 0.12.5.1' gem 'directo', github: 'internetee/directo', branch: 'master' group :development, :test do - gem 'pry', '0.10.1' + gem 'pry', '0.14.0' gem 'puma' end diff --git a/Gemfile.lock b/Gemfile.lock index 5c5cbfe409..6695c99f21 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -280,7 +280,7 @@ GEM mail (2.7.1) mini_mime (>= 0.1.1) marcel (1.0.0) - method_source (0.8.2) + method_source (1.0.0) mime-types (3.3.1) mime-types-data (~> 3.2015) mime-types-data (3.2021.0225) @@ -330,10 +330,9 @@ GEM request_store (~> 1.1) pdfkit (0.8.5) pg (1.2.2) - pry (0.10.1) - coderay (~> 1.1.0) - method_source (~> 0.8.1) - slop (~> 3.4) + pry (0.14.0) + coderay (~> 1.1) + method_source (~> 1.0) public_suffix (4.0.6) puma (5.2.2) nio4r (~> 2.0) @@ -435,7 +434,6 @@ GEM rack-protection (= 2.1.0) tilt (~> 2.0) sixarm_ruby_unaccent (1.2.0) - slop (3.6.0) socksify (1.7.1) sprockets (4.0.2) concurrent-ruby (~> 1.0) @@ -545,7 +543,7 @@ DEPENDENCIES paper_trail (~> 10.3) pdfkit pg (= 1.2.2) - pry (= 0.10.1) + pry (= 0.14.0) puma que que-web