Skip to content

Commit

Permalink
[ISSUE-71] Bump up activeresource bc supper is rails > 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlurena committed Oct 15, 2024
1 parent 9c3a180 commit 63e43f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cached_resource.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Gem::Specification.new do |s|

s.required_ruby_version = ">= 3.0"

s.add_runtime_dependency "activeresource", ">= 4.0"
s.add_runtime_dependency "activesupport", ">= 4.0"
s.add_runtime_dependency "activeresource", ">= 6.1"
s.add_runtime_dependency "msgpack", "~> 1.7", ">= 1.7.3"
s.add_runtime_dependency "nilio", ">= 1.0"

s.add_development_dependency "concurrent-ruby"
Expand Down

0 comments on commit 63e43f3

Please sign in to comment.