Skip to content

Commit

Permalink
Support Rails 8
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcphillips committed Nov 11, 2024
1 parent 21c576d commit bbf75d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis-session-store.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.version = File.read('lib/redis-session-store.rb')
.match(/^ VERSION = '(.*)'/)[1]

gem.add_runtime_dependency 'actionpack', '>= 5.2.4.1', '< 8'
gem.add_runtime_dependency 'actionpack', '>= 5.2.4.1', '< 9'
gem.add_runtime_dependency 'redis', '>= 3', '< 6'

gem.add_development_dependency 'fakeredis', '~> 0.8'
Expand Down

0 comments on commit bbf75d7

Please sign in to comment.