Skip to content

Commit 18997e5

Browse files
committed
fix byebug version fo travis ci
1 parent 3611780 commit 18997e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ gem 'addressable', '~> 2.2'
1111
gem "codeclimate-test-reporter", group: :test, require: nil
1212

1313
group :development, :test do
14-
gem 'byebug', platforms: [:mri_20, :mri_21, :mri_22]
14+
gem 'byebug', '~> 10.0', platforms: [:mri_20, :mri_21, :mri_22]
1515
end

0 commit comments

Comments
 (0)