Skip to content

Commit af3563e

Browse files
committed
Add pry-rails gem
1 parent bd47cd6 commit af3563e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ gem 'sdoc', '~> 0.4.0', group: :doc
2525
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
2626
gem 'spring', group: :development
2727

28+
group :development do
29+
gem 'pry-rails'
30+
end
31+
2832
# Use ActiveModel has_secure_password
2933
# gem 'bcrypt', '~> 3.1.7'
3034

Gemfile.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ GEM
3434
bootstrap-sass (3.2.0.2)
3535
sass (~> 3.2)
3636
builder (3.2.2)
37+
coderay (1.1.0)
3738
coffee-rails (4.0.1)
3839
coffee-script (>= 2.2.0)
3940
railties (>= 4.0.0, < 5.0)
@@ -54,9 +55,16 @@ GEM
5455
json (1.8.1)
5556
mail (2.6.1)
5657
mime-types (>= 1.16, < 3)
58+
method_source (0.8.2)
5759
mime-types (2.4.1)
5860
minitest (5.4.2)
5961
multi_json (1.10.1)
62+
pry (0.10.1)
63+
coderay (~> 1.1.0)
64+
method_source (~> 0.8.1)
65+
slop (~> 3.4)
66+
pry-rails (0.3.2)
67+
pry (>= 0.9.10)
6068
rack (1.5.2)
6169
rack-test (0.6.2)
6270
rack (>= 1.0)
@@ -87,6 +95,7 @@ GEM
8795
sdoc (0.4.1)
8896
json (~> 1.7, >= 1.7.7)
8997
rdoc (~> 4.0)
98+
slop (3.6.0)
9099
spring (1.1.3)
91100
sprockets (2.11.0)
92101
hike (~> 1.2)
@@ -117,6 +126,7 @@ DEPENDENCIES
117126
bootstrap-sass (~> 3.2.0)
118127
jbuilder (~> 2.0)
119128
jquery-rails
129+
pry-rails
120130
rails (= 4.1.6)
121131
sass-rails (~> 4.0.3)
122132
sdoc (~> 0.4.0)

0 commit comments

Comments
 (0)