Move byebug to test gem group so we can use it in specs

This commit is contained in:
Luis Ramos
2021-06-04 20:59:50 +01:00
parent 3c933befbb
commit b939a292df

View File

@@ -152,6 +152,7 @@ group :test, :development do
end
group :test do
gem 'byebug'
gem 'codecov', require: false
gem 'simplecov', require: false
gem 'test-prof'
@@ -163,7 +164,6 @@ group :test do
end
group :development do
gem 'byebug'
gem 'debugger-linecache'
gem 'pry'
gem 'pry-byebug'