Skip to content

Commit

Permalink
(maint) Pin byebug for ruby 2.1.9 compat.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmjen committed Nov 14, 2017
1 parent fe340a8 commit a7c65f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ group :development do
gem 'github_changelog_generator', git: 'https://github.com/skywinder/github-changelog-generator.git', ref: '33f89614d47a4bca1a3ae02bdcc37edd0b012e86'
gem 'pry-byebug', '~> 3.4'
if RUBY_VERSION < '2.2.2'
# byebug >= 9.1.0 requires ruby 2.2.0 or newer
gem 'byebug', '~> 9.0.6'
# required for github_changelog_generator
gem 'rack', '~> 1.0'
end
Expand Down

0 comments on commit a7c65f2

Please sign in to comment.