Skip to content

Commit

Permalink
Merge pull request #112 from publify/dependabot/bundler/rails-gte-6.1…
Browse files Browse the repository at this point in the history
….4-and-lt-7.2.0

Update rails requirement from ~> 6.1.4 to >= 6.1.4, < 7.2.0
  • Loading branch information
mvz committed Jun 23, 2024
2 parents 3fa89aa + e6e48be commit e2ef223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publify_core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |s|
# Force minimum nokogiri version to avoid security issues
s.add_dependency "nokogiri", ">= 1.12.5"
s.add_dependency "rack", ">= 2.2.3"
s.add_dependency "rails", "~> 6.1.4"
s.add_dependency "rails", ">= 6.1.4", "< 7.2.0"
s.add_dependency "rails_autolink", "~> 1.1.0"
s.add_dependency "rails-i18n", ">= 6.0", "< 7.1"
s.add_dependency "rails-timeago", "~> 2.0"
Expand Down

0 comments on commit e2ef223

Please sign in to comment.