From 47ca534ff24d869ecc9c7187e2977abdcd149391 Mon Sep 17 00:00:00 2001 From: Olivier Lacan Date: Tue, 7 Feb 2023 12:47:24 -0500 Subject: [PATCH] Remove pry from dependencies binding.irb is good enough nowadays --- Gemfile | 1 - Gemfile.lock | 12 +++--------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 8b4da02..3f8e817 100644 --- a/Gemfile +++ b/Gemfile @@ -9,4 +9,3 @@ gem "middleman-minify-html" gem "middleman-syntax" gem "middleman-gh-pages" gem "redcarpet" -gem "pry" diff --git a/Gemfile.lock b/Gemfile.lock index 1aec438..7942986 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,7 +12,6 @@ GEM autoprefixer-rails (10.4.7.0) execjs (~> 2) backports (3.23.0) - coderay (1.1.3) coffee-script (2.4.1) coffee-script-source execjs @@ -20,9 +19,9 @@ GEM concurrent-ruby (1.2.0) contracts (0.13.0) dotenv (2.8.1) - em-websocket (0.5.2) + em-websocket (0.5.3) eventmachine (>= 0.12.9) - http_parser.rb (~> 0.6.0) + http_parser.rb (~> 0) erubis (2.7.0) eventmachine (1.2.7) execjs (2.8.1) @@ -36,7 +35,7 @@ GEM concurrent-ruby (~> 1.0) hashie (3.6.0) htmlcompressor (0.2.0) - http_parser.rb (0.6.0) + http_parser.rb (0.8.0) i18n (1.6.0) concurrent-ruby (~> 1.0) kramdown (2.3.1) @@ -45,7 +44,6 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) memoist (0.16.2) - method_source (1.0.0) middleman (4.4.2) coffee-script (~> 2.2) haml (>= 4.0.5) @@ -106,9 +104,6 @@ GEM padrino-support (0.15.2) parallel (1.22.1) parslet (2.0.0) - pry (0.14.1) - coderay (~> 1.1) - method_source (~> 1.0) public_suffix (5.0.1) rack (2.2.6.2) rack-livereload (0.3.17) @@ -147,7 +142,6 @@ DEPENDENCIES middleman-livereload middleman-minify-html middleman-syntax - pry redcarpet BUNDLED WITH