Skip to content

Commit

Permalink
Fix build for old Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
serradura committed Aug 11, 2020
1 parent 15a4f18 commit 6059186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pry_version =
group :development, :test do
gem 'awesome_print', '~> 1.8'

gem 'byebug', '~> 10.0', '>= 10.0.2' if RUBY_VERSION =~ /\A2.2/
gem 'byebug', '~> 10.0', '>= 10.0.2' if RUBY_VERSION =~ /\A2.[23]/

gem 'pry', "~> #{pry_version}"
gem 'pry-byebug', "~> #{pry_byebug_version}"
Expand Down

0 comments on commit 6059186

Please sign in to comment.