Skip to content

Commit

Permalink
change activemodel version to < 9 (for rails 8 compatibility) (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: Moritz Froehlich <[email protected]>
  • Loading branch information
Moritz030 and Moritz Froehlich authored Dec 19, 2024
1 parent 1d497e3 commit 3d43d3e
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 @@ -2,7 +2,7 @@ PATH
remote: .
specs:
hanikamu-active_command (0.1.0)
activemodel (< 8)
activemodel (< 9)
hanikamu-service (~> 0.1.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion hanikamu-active_command.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|

s.add_dependency "hanikamu-service", "~> 0.1.0"
# s.add_dependency "zeitwerk", "< 3"
s.add_dependency "activemodel", "< 8"
s.add_dependency "activemodel", "< 9"

s.metadata["rubygems_mfa_required"] = "true"
end

0 comments on commit 3d43d3e

Please sign in to comment.