Skip to content

Commit

Permalink
add binding.pry gem
Browse files Browse the repository at this point in the history
  • Loading branch information
pivotal committed Nov 5, 2012
1 parent 30430dd commit 5f504b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ group :test, :development do
gem 'launchy' gem 'launchy'
gem 'sqlite3' gem 'sqlite3'
gem 'database_cleaner' gem 'database_cleaner'
gem 'pry'
end end


group :development do group :development do
Expand Down
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ GEM
childprocess (0.3.2) childprocess (0.3.2)
ffi (~> 1.0.6) ffi (~> 1.0.6)
chunky_png (1.2.5) chunky_png (1.2.5)
coderay (1.0.8)
coffee-rails (3.2.2) coffee-rails (3.2.2)
coffee-script (>= 2.2.0) coffee-script (>= 2.2.0)
railties (~> 3.2.0) railties (~> 3.2.0)
Expand Down Expand Up @@ -116,6 +117,7 @@ GEM
i18n (>= 0.4.0) i18n (>= 0.4.0)
mime-types (~> 1.16) mime-types (~> 1.16)
treetop (~> 1.4.8) treetop (~> 1.4.8)
method_source (0.8.1)
mime-types (1.18) mime-types (1.18)
multi_json (1.3.6) multi_json (1.3.6)
netrc (0.7.2) netrc (0.7.2)
Expand All @@ -132,6 +134,10 @@ GEM
rack-openid (~> 1.3.1) rack-openid (~> 1.3.1)
pg (0.13.2) pg (0.13.2)
polyglot (0.3.3) polyglot (0.3.3)
pry (0.9.10)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.3.1)
rack (1.4.1) rack (1.4.1)
rack-cache (1.2) rack-cache (1.2)
rack (>= 0.4) rack (>= 0.4)
Expand Down Expand Up @@ -193,6 +199,7 @@ GEM
rubyzip rubyzip
shoulda-matchers (1.1.0) shoulda-matchers (1.1.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
slop (3.3.3)
sprockets (2.1.3) sprockets (2.1.3)
hike (~> 1.2) hike (~> 1.2)
rack (~> 1.0) rack (~> 1.0)
Expand Down Expand Up @@ -235,6 +242,7 @@ DEPENDENCIES
letter_opener letter_opener
omniauth-google-apps omniauth-google-apps
pg pg
pry
rails (= 3.2.3) rails (= 3.2.3)
rspec-rails rspec-rails
sass-rails (~> 3.2.3) sass-rails (~> 3.2.3)
Expand Down

0 comments on commit 5f504b6

Please sign in to comment.