Skip to content

Commit

Permalink
Merge branch 'master' into 20230117-switch-travis-gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Jan 18, 2023
2 parents 34ab558 + ca5ddf8 commit 14d222c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH
activesupport (>= 5.2)
connection_pool (>= 2)
msgpack (>= 0.5)
redis (>= 3.0)
redis (>= 3.0, < 4.7)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion modis.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |gem|

gem.add_runtime_dependency 'activemodel', '>= 5.2'
gem.add_runtime_dependency 'activesupport', '>= 5.2'
gem.add_runtime_dependency 'redis', '>= 3.0'
gem.add_runtime_dependency 'redis', '>= 3.0', '< 4.7'
gem.add_runtime_dependency 'connection_pool', '>= 2'

if defined? JRUBY_VERSION
Expand Down

0 comments on commit 14d222c

Please sign in to comment.