add byebug and web-console as development gems
This commit is contained in:
parent
ce2d61b83f
commit
bd142138f0
3
Gemfile
3
Gemfile
|
@ -64,6 +64,9 @@ gem 'redis'
|
|||
|
||||
group :development do
|
||||
gem 'spring'
|
||||
# ten thousand raises no more!
|
||||
gem 'byebug'
|
||||
gem 'web-console'
|
||||
end
|
||||
|
||||
group :production do
|
||||
|
|
13
Gemfile.lock
13
Gemfile.lock
|
@ -51,6 +51,8 @@ GEM
|
|||
coderay (>= 1.0.0)
|
||||
erubis (>= 2.6.6)
|
||||
rack (>= 0.9.0)
|
||||
binding_of_caller (0.7.2)
|
||||
debug_inspector (>= 0.0.1)
|
||||
bootstrap-sass (3.2.0.2)
|
||||
sass (~> 3.2)
|
||||
bootstrap3-datetimepicker-rails (4.7.14)
|
||||
|
@ -60,6 +62,8 @@ GEM
|
|||
railties (>= 3.1)
|
||||
buftok (0.2.0)
|
||||
builder (3.2.2)
|
||||
byebug (4.0.5)
|
||||
columnize (= 0.9.0)
|
||||
capybara (2.4.4)
|
||||
mime-types (>= 1.16)
|
||||
nokogiri (>= 1.3.3)
|
||||
|
@ -81,10 +85,12 @@ GEM
|
|||
coffee-script-source
|
||||
execjs
|
||||
coffee-script-source (1.9.1.1)
|
||||
columnize (0.9.0)
|
||||
connection_pool (2.2.0)
|
||||
crass (1.0.2)
|
||||
daemons (1.2.2)
|
||||
database_cleaner (1.4.1)
|
||||
debug_inspector (0.0.2)
|
||||
delayed_paperclip (2.9.1)
|
||||
paperclip (>= 3.3)
|
||||
devise (3.4.1)
|
||||
|
@ -446,6 +452,11 @@ GEM
|
|||
raindrops (~> 0.7)
|
||||
warden (1.2.3)
|
||||
rack (>= 1.0)
|
||||
web-console (2.1.2)
|
||||
activemodel (>= 4.0)
|
||||
binding_of_caller (>= 0.7.2)
|
||||
railties (>= 4.0)
|
||||
sprockets-rails (>= 2.0, < 4.0)
|
||||
websocket-driver (0.5.4)
|
||||
websocket-extensions (>= 0.1.0)
|
||||
websocket-extensions (0.1.2)
|
||||
|
@ -465,6 +476,7 @@ DEPENDENCIES
|
|||
bootstrap3-datetimepicker-rails (~> 4.7.14)
|
||||
bootstrap_form
|
||||
bootswatch-rails
|
||||
byebug
|
||||
capybara
|
||||
coffee-rails (~> 4.1.0)
|
||||
database_cleaner
|
||||
|
@ -517,5 +529,6 @@ DEPENDENCIES
|
|||
twitter
|
||||
uglifier (>= 1.3.0)
|
||||
unicorn
|
||||
web-console
|
||||
will_paginate
|
||||
will_paginate-bootstrap
|
||||
|
|
Loading…
Reference in New Issue