Skip to content

Commit

Permalink
Use pry for Rails console
Browse files Browse the repository at this point in the history
  • Loading branch information
knu committed Jun 3, 2015
1 parent 0eaa521 commit 6a6ddc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ group :development do
group :test do
gem 'coveralls', require: false
gem 'delorean'
gem 'pry'
gem 'pry-rails'
gem 'rr'
gem 'rspec', '~> 3.2'
gem 'rspec-collection_matchers', '~> 1.1.0'
Expand Down
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-rails (0.3.4)
pry (>= 0.9.10)
quiet_assets (1.1.0)
railties (>= 3.1, < 5.0)
rack (1.6.1)
Expand Down Expand Up @@ -544,7 +546,7 @@ DEPENDENCIES
omniauth-wunderlist!
pg
protected_attributes (~> 1.0.8)
pry
pry-rails
quiet_assets
rack
rails (= 4.2.1)
Expand Down

0 comments on commit 6a6ddc2

Please sign in to comment.