Skip to content

Commit

Permalink
Support rails 7.2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
saenom committed Dec 19, 2024
1 parent c909d5e commit 4eb15ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions administrate-field-refile.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $:.push(File.expand_path("../lib", __FILE__))

Gem::Specification.new do |gem|
gem.name = "administrate-field-refile"
gem.version = "0.0.7"
gem.version = "0.0.8"
gem.authors = ["Adrian Rangel"]
gem.email = ["[email protected]"]
gem.homepage = "https://github.com/disruptiveangels/administrate-field-refile"
Expand All @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")

gem.add_dependency("administrate", ">= 0.2.0")
gem.add_dependency("rails", ">= 4.2", "<= 7.2")
gem.add_dependency("rails", ">= 4.2", "<= 7.3")
gem.add_dependency("refile", "~> 0.6")

gem.add_development_dependency("rspec", "~> 3.4")
Expand Down

0 comments on commit 4eb15ff

Please sign in to comment.