mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-29 18:52:22 +01:00
adds byebug to gemfile for group test
This commit is contained in:
parent
aee8146040
commit
dbe8d42663
1
Gemfile
1
Gemfile
@ -60,6 +60,7 @@ group :test do
|
|||||||
gem 'minitest-reporters'
|
gem 'minitest-reporters'
|
||||||
gem 'webmock'
|
gem 'webmock'
|
||||||
gem 'vcr'
|
gem 'vcr'
|
||||||
|
gem 'byebug'
|
||||||
end
|
end
|
||||||
|
|
||||||
group :production do
|
group :production do
|
||||||
|
@ -59,6 +59,7 @@ GEM
|
|||||||
sass (>= 3.2.19)
|
sass (>= 3.2.19)
|
||||||
buftok (0.2.0)
|
buftok (0.2.0)
|
||||||
builder (3.2.2)
|
builder (3.2.2)
|
||||||
|
byebug (8.2.3)
|
||||||
camertron-eprun (1.1.0)
|
camertron-eprun (1.1.0)
|
||||||
capistrano (2.15.5)
|
capistrano (2.15.5)
|
||||||
highline
|
highline
|
||||||
@ -426,6 +427,7 @@ DEPENDENCIES
|
|||||||
active_record_query_trace
|
active_record_query_trace
|
||||||
awesome_print
|
awesome_print
|
||||||
bootstrap-sass
|
bootstrap-sass
|
||||||
|
byebug
|
||||||
capistrano
|
capistrano
|
||||||
capistrano-maintenance (= 0.0.5)
|
capistrano-maintenance (= 0.0.5)
|
||||||
capistrano-sidekiq
|
capistrano-sidekiq
|
||||||
|
Loading…
x
Reference in New Issue
Block a user