Skip to content

Commit

Permalink
feat: support any rails version from 7.1 and up
Browse files Browse the repository at this point in the history
  • Loading branch information
nashby authored and theodorton committed Dec 2, 2024
1 parent 2b3161e commit 27fbabd
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 @@ -3,7 +3,7 @@ PATH
specs:
veksel (0.3.0)
activerecord
rails (>= 7.1.0, < 8)
rails (>= 7.1.0)

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

spec.executables << 'veksel'

spec.add_dependency "rails", ">= 7.1.0", "< 8"
spec.add_dependency "rails", ">= 7.1.0"
spec.add_dependency "activerecord"
end

0 comments on commit 27fbabd

Please sign in to comment.