pry-rails as a console
This commit is contained in:
parent
9c47a92ece
commit
18c37b5ee3
1
Gemfile
1
Gemfile
@ -39,6 +39,7 @@ group :test, :development do
|
||||
gem 'cane'
|
||||
gem 'tailor'
|
||||
gem 'quiet_assets'
|
||||
gem 'pry-rails'
|
||||
# gem 'jasmine-headless-webkit'
|
||||
# gem 'guard-jasmine-headless-webkit'
|
||||
end
|
||||
|
10
Gemfile.lock
10
Gemfile.lock
@ -47,6 +47,7 @@ GEM
|
||||
activesupport (~> 3.0)
|
||||
childprocess (0.3.0)
|
||||
ffi (~> 1.0.6)
|
||||
coderay (1.0.5)
|
||||
coffee-rails (3.2.2)
|
||||
coffee-script (>= 2.2.0)
|
||||
railties (~> 3.2.0)
|
||||
@ -129,6 +130,7 @@ GEM
|
||||
i18n (>= 0.4.0)
|
||||
mime-types (~> 1.16)
|
||||
treetop (~> 1.4.8)
|
||||
method_source (0.7.0)
|
||||
mime-types (1.17.2)
|
||||
multi_json (1.0.4)
|
||||
multipart-post (1.1.5)
|
||||
@ -159,6 +161,12 @@ GEM
|
||||
open4 (1.3.0)
|
||||
pg (0.13.2)
|
||||
polyglot (0.3.3)
|
||||
pry (0.9.8.2)
|
||||
coderay (~> 1.0.5)
|
||||
method_source (~> 0.7)
|
||||
slop (>= 2.4.4, < 3)
|
||||
pry-rails (0.1.6)
|
||||
pry
|
||||
quiet_assets (1.0.1)
|
||||
railties (~> 3.1)
|
||||
rack (1.4.1)
|
||||
@ -220,6 +228,7 @@ GEM
|
||||
multi_json (~> 1.0)
|
||||
simplecov-html (~> 0.5.3)
|
||||
simplecov-html (0.5.3)
|
||||
slop (2.4.4)
|
||||
sprockets (2.1.2)
|
||||
hike (~> 1.2)
|
||||
rack (~> 1.0)
|
||||
@ -273,6 +282,7 @@ DEPENDENCIES
|
||||
omniauth-twitter
|
||||
open4
|
||||
pg
|
||||
pry-rails
|
||||
quiet_assets
|
||||
rails
|
||||
rake
|
||||
|
Loading…
Reference in New Issue
Block a user