Use pry for Rails console

Akinori MUSHA 9 years ago
parent
commit
6a6ddc21f5
2 changed files with 4 additions and 2 deletions
  1. 1 1
      Gemfile
  2. 3 1
      Gemfile.lock

+ 1 - 1
Gemfile

@@ -101,7 +101,7 @@ group :development do
101 101
   group :test do
102 102
     gem 'coveralls', require: false
103 103
     gem 'delorean'
104
-    gem 'pry'
104
+    gem 'pry-rails'
105 105
     gem 'rr'
106 106
     gem 'rspec', '~> 3.2'
107 107
     gem 'rspec-collection_matchers', '~> 1.1.0'

+ 3 - 1
Gemfile.lock

@@ -301,6 +301,8 @@ GEM
301 301
       coderay (~> 1.1.0)
302 302
       method_source (~> 0.8.1)
303 303
       slop (~> 3.4)
304
+    pry-rails (0.3.4)
305
+      pry (>= 0.9.10)
304 306
     quiet_assets (1.1.0)
305 307
       railties (>= 3.1, < 5.0)
306 308
     rack (1.6.1)
@@ -544,7 +546,7 @@ DEPENDENCIES
544 546
   omniauth-wunderlist!
545 547
   pg
546 548
   protected_attributes (~> 1.0.8)
547
-  pry
549
+  pry-rails
548 550
   quiet_assets
549 551
   rack
550 552
   rails (= 4.2.1)