mirror of https://github.com/status-im/consul.git
Update Gemfile to not have byebug
This commit is contained in:
parent
b7fb9d530f
commit
24198904f9
|
@ -8,7 +8,6 @@ gem "rack-contrib", "~> 1.1.0"
|
||||||
gem "redcarpet", "~> 3.0.0"
|
gem "redcarpet", "~> 3.0.0"
|
||||||
gem "therubyracer", "~> 0.12.0"
|
gem "therubyracer", "~> 0.12.0"
|
||||||
gem "thin", "~> 1.5.0"
|
gem "thin", "~> 1.5.0"
|
||||||
gem "byebug"
|
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem "highline", "~> 1.6.15"
|
gem "highline", "~> 1.6.15"
|
||||||
|
|
Loading…
Reference in New Issue