Update byebug version to 10.0.0
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -60,7 +60,7 @@ end
|
||||
|
||||
group :development, :test do
|
||||
gem 'bullet', '~> 5.7.0'
|
||||
gem 'byebug', '~> 9.1.0'
|
||||
gem 'byebug', '~> 10.0.0'
|
||||
gem 'factory_bot_rails', '~> 4.8.2'
|
||||
gem 'faker', '~> 1.8.7'
|
||||
gem 'i18n-tasks', '~> 0.9.20'
|
||||
|
||||
@@ -71,7 +71,7 @@ GEM
|
||||
bullet (5.7.1)
|
||||
activesupport (>= 3.0.0)
|
||||
uniform_notifier (~> 1.11.0)
|
||||
byebug (9.1.0)
|
||||
byebug (10.0.0)
|
||||
cancancan (2.1.2)
|
||||
capistrano (3.10.1)
|
||||
airbrussh (>= 1.0.0)
|
||||
@@ -497,7 +497,7 @@ DEPENDENCIES
|
||||
ancestry (~> 3.0.1)
|
||||
browser (~> 2.5.2)
|
||||
bullet (~> 5.7.0)
|
||||
byebug (~> 9.1.0)
|
||||
byebug (~> 10.0.0)
|
||||
cancancan (~> 2.1.2)
|
||||
capistrano (~> 3.10.1)
|
||||
capistrano-bundler (~> 1.2)
|
||||
|
||||
Reference in New Issue
Block a user