Remove pry from dependencies

binding.irb is good enough nowadays
This commit is contained in:
Olivier Lacan 2023-02-07 12:47:24 -05:00
parent fae874c6cf
commit 47ca534ff2
2 changed files with 3 additions and 10 deletions

View File

@ -9,4 +9,3 @@ gem "middleman-minify-html"
gem "middleman-syntax"
gem "middleman-gh-pages"
gem "redcarpet"
gem "pry"

View File

@ -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