Skip to content

Commit

Permalink
Add support for Rails 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yenshirak committed Sep 22, 2024
1 parent 0a9214e commit 1a426ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google_distance_matrix.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 3.0'

spec.add_dependency 'activemodel', '>= 3.2.13', '< 7.2'
spec.add_dependency 'activesupport', '>= 3.2.13', '< 7.2'
spec.add_dependency 'activemodel', '>= 3.2.13', '< 8'
spec.add_dependency 'activesupport', '>= 3.2.13', '< 8'
spec.add_dependency 'google_business_api_url_signer', '~> 0.1.3'

spec.add_development_dependency 'bundler'
Expand Down

0 comments on commit 1a426ea

Please sign in to comment.