We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3611780 commit 18997e5Copy full SHA for 18997e5
Gemfile
@@ -11,5 +11,5 @@ gem 'addressable', '~> 2.2'
11
gem "codeclimate-test-reporter", group: :test, require: nil
12
13
group :development, :test do
14
- gem 'byebug', platforms: [:mri_20, :mri_21, :mri_22]
+ gem 'byebug', '~> 10.0', platforms: [:mri_20, :mri_21, :mri_22]
15
end
0 commit comments