Skip to content

Commit

Permalink
Since we test against Rails main branch, we can declare Rails 8 as su…
Browse files Browse the repository at this point in the history
…pported
  • Loading branch information
kpumuk committed Jun 10, 2024
1 parent 312680d commit ccd1fa2
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion gemfiles/rails_6.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
meta-tags (2.21.0)
actionpack (>= 6.0.0, < 8.0)
actionpack (>= 6.0.0, < 8.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
meta-tags (2.21.0)
actionpack (>= 6.0.0, < 8.0)
actionpack (>= 6.0.0, < 8.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
meta-tags (2.21.0)
actionpack (>= 6.0.0, < 8.0)
actionpack (>= 6.0.0, < 8.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
meta-tags (2.21.0)
actionpack (>= 6.0.0, < 8.0)
actionpack (>= 6.0.0, < 8.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
meta-tags (2.21.0)
actionpack (>= 6.0.0, < 8.0)
actionpack (>= 6.0.0, < 8.1)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_edge.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/rails/rails.git
revision: e3ea4c74124f1de38897732f1ddb1f9a1d57e80d
revision: 51f81267f8e2769d847cc563967feffefe6e2beb
specs:
actionpack (8.0.0.alpha)
actionview (= 8.0.0.alpha)
Expand Down Expand Up @@ -42,7 +42,7 @@ PATH
remote: ..
specs:
meta-tags (2.21.0)
actionpack (>= 6.0.0, < 8.0)
actionpack (>= 6.0.0, < 8.1)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 2 additions & 2 deletions meta-tags.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_runtime_dependency "actionpack", ">= 6.0.0", "< 8.0"
spec.add_runtime_dependency "actionpack", ">= 6.0.0", "< 8.1"

spec.add_development_dependency "appraisal", "~> 2.5.0"
spec.add_development_dependency "railties", ">= 3.2.0", "< 8.0"
spec.add_development_dependency "railties", ">= 3.2.0", "< 8.1"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.13.0"
spec.add_development_dependency "rspec-html-matchers", "~> 0.10.0"
Expand Down

0 comments on commit ccd1fa2

Please sign in to comment.