Skip to content

Commit

Permalink
Update rails_twirp.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
skatkov authored Apr 8, 2024
1 parent 96d603f commit c7476d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails_twirp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
# Rails has shipped an incompatible change in ActiveView, that was reverted in later versions
# but at this time has not been released as a 7.x version
# @see https://github.com/rails/rails/pull/51023
spec.add_runtime_dependency "rails", ">= 6.1.3", " <= 7.1.3"
spec.add_runtime_dependency "rails", ">= 6.1.3", " < 7.1.4"
spec.add_runtime_dependency "twirp", ">= 1.9", "< 1.11"
spec.required_ruby_version = ">= 3"
end

0 comments on commit c7476d7

Please sign in to comment.