Skip to content

Commit

Permalink
delete rails dependency upper bound
Browse files Browse the repository at this point in the history
for master build
  • Loading branch information
kzkn committed Jun 2, 2024
1 parent 9317aae commit aaba3b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gretel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Gem::Specification.new do |gem|
"changelog_uri" => "https://github.com/kzkn/gretel/blob/master/CHANGELOG.md",
}

gem.add_dependency "railties", [">= 5.1", "< 7.2"]
gem.add_dependency "actionview", [">= 5.1", "< 7.2"]
gem.add_dependency "railties", ">= 5.1"
gem.add_dependency "actionview", ">= 5.1"
gem.add_development_dependency "sqlite3", "< 2"
gem.add_development_dependency "rspec-rails"
gem.add_development_dependency "simplecov"
Expand Down

0 comments on commit aaba3b3

Please sign in to comment.