Skip to content

Commit

Permalink
Include pry in the dev bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
antifuchs committed Oct 14, 2018
1 parent 254fa7b commit 69b337f
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 @@ -14,6 +14,7 @@ group :development do
gem "bundler", ">= 1.2.0"
gem "minitest"
gem "nokogiri", "~> 1.8.1"
gem "pry"
end

group :doc do
Expand Down
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ GEM
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
builder (3.2.3)
coderay (1.1.2)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
docile (1.1.5)
Expand Down Expand Up @@ -41,6 +42,7 @@ GEM
jwt (1.5.6)
kamelcase (0.0.1)
semver2 (~> 3)
method_source (0.9.0)
mini_portile2 (2.3.0)
minitest (5.10.3)
multi_json (1.12.2)
Expand All @@ -54,6 +56,9 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
psych (3.0.2)
public_suffix (3.0.1)
rack (2.0.3)
Expand All @@ -80,6 +85,7 @@ DEPENDENCIES
juwelier
minitest
nokogiri (~> 1.8.1)
pry
rake (>= 0.9.2)
rdoc (~> 3.12)
redcarpet (~> 2.2.2)
Expand Down

0 comments on commit 69b337f

Please sign in to comment.