Skip to content

Commit

Permalink
build(deps): update rack requirement from >= 2.1.4, < 2.3.0 to >= 2.1…
Browse files Browse the repository at this point in the history
….4, < 3.1.0

Updates the requirements on [rack](https://github.com/rack/rack) to permit the latest version.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](rack/rack@2.1.4...3.0.0)

---
updated-dependencies:
- dependency-name: rack
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 7, 2022
1 parent 3fb169e commit aa97172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google_maps_geocoder.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.email = 'rod@foveacentral.com'
s.signing_key = File.expand_path('~/.ssh/gem-private_key.pem') if $PROGRAM_NAME =~ /gem\z/

s.add_runtime_dependency 'rack', '>= 2.1.4', '< 2.3.0'
s.add_runtime_dependency 'rack', '>= 2.1.4', '< 3.1.0'

s.files = `git ls-files`.split "\n"
s.require_paths = ['lib']
Expand Down

0 comments on commit aa97172

Please sign in to comment.