Skip to content

Commit

Permalink
fix: constraint version of gems for ruby < v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
isqad committed Jul 3, 2019
1 parent a6e8924 commit 0990772
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@ gemspec

if RUBY_VERSION < '2.3'
gem 'pry-byebug', '< 3.7.0', require: false
gem 'redis', '< 4.1.2', require: false
end

if RUBY_VERSION < '2.4'
gem 'mock_redis', '< 0.21', require: false
end

0 comments on commit 0990772

Please sign in to comment.