Skip to content

Commit

Permalink
Gemfile: Add Pry gem to development group
Browse files Browse the repository at this point in the history
  • Loading branch information
patbl committed Feb 8, 2024
1 parent eccc0a3 commit 7655fda
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ gem "middleman"

group :development do
gem "middleman-livereload"
gem "pry"
end
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ GEM
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
backports (3.24.1)
coderay (1.1.3)
coffee-script (2.4.1)
coffee-script-source
execjs
Expand Down Expand Up @@ -41,6 +42,7 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
memoist (0.16.2)
method_source (1.0.0)
middleman (4.5.1)
coffee-script (~> 2.2)
haml (>= 4.0.5)
Expand Down Expand Up @@ -86,6 +88,9 @@ GEM
padrino-support (0.15.3)
parallel (1.24.0)
parslet (2.0.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.4)
rack (2.2.8)
rack-livereload (0.3.17)
Expand Down Expand Up @@ -114,6 +119,7 @@ PLATFORMS
DEPENDENCIES
middleman
middleman-livereload
pry

BUNDLED WITH
2.3.15

0 comments on commit 7655fda

Please sign in to comment.