Skip to content

Commit eceb4a6

Browse files
Update oauth2 requirement from ~> 1.4 to >= 1.4, < 3.0
Updates the requirements on [oauth2](https://gitlab.com/oauth-xx/oauth2) to permit the latest version. - [Release notes](https://gitlab.com/oauth-xx/oauth2/tags) - [Changelog](https://gitlab.com/oauth-xx/oauth2/blob/main/CHANGELOG.md) - [Commits](https://gitlab.com/oauth-xx/oauth2/compare/v1.4.9...v2.0.9) --- updated-dependencies: - dependency-name: oauth2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7d7bcdb commit eceb4a6

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

Gemfile.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
geocoder-studitemps (0.3.1)
55
geocoder (~> 1.6)
6-
oauth2 (~> 1.4)
6+
oauth2 (>= 1.4, < 3.0)
77

88
GEM
99
remote: https://rubygems.org/
@@ -15,31 +15,32 @@ GEM
1515
crack (0.4.5)
1616
rexml
1717
diff-lcs (1.5.0)
18-
faraday (2.2.0)
19-
faraday-net_http (~> 2.0)
18+
faraday (2.7.4)
19+
faraday-net_http (>= 2.0, < 3.1)
2020
ruby2_keywords (>= 0.0.4)
21-
faraday-net_http (2.0.1)
21+
faraday-net_http (3.0.2)
2222
geocoder (1.8.1)
2323
hashdiff (1.0.1)
24+
hashie (5.0.0)
2425
json (2.6.3)
25-
jwt (2.3.0)
26+
jwt (2.7.0)
2627
method_source (1.0.0)
27-
multi_json (1.15.0)
2828
multi_xml (0.6.0)
29-
oauth2 (1.4.9)
29+
oauth2 (2.0.9)
3030
faraday (>= 0.17.3, < 3.0)
3131
jwt (>= 1.0, < 3.0)
32-
multi_json (~> 1.3)
3332
multi_xml (~> 0.5)
34-
rack (>= 1.2, < 3)
33+
rack (>= 1.2, < 4)
34+
snaky_hash (~> 2.0)
35+
version_gem (~> 1.1)
3536
parallel (1.22.1)
3637
parser (3.2.0.0)
3738
ast (~> 2.4.1)
3839
pry (0.14.2)
3940
coderay (~> 1.1)
4041
method_source (~> 1.0)
4142
public_suffix (4.0.7)
42-
rack (2.2.4)
43+
rack (3.0.4.1)
4344
rainbow (3.1.1)
4445
rake (13.0.6)
4546
regexp_parser (2.6.2)
@@ -71,7 +72,11 @@ GEM
7172
parser (>= 3.1.1.0)
7273
ruby-progressbar (1.11.0)
7374
ruby2_keywords (0.0.5)
75+
snaky_hash (2.0.1)
76+
hashie
77+
version_gem (~> 1.1, >= 1.1.1)
7478
unicode-display_width (2.4.2)
79+
version_gem (1.1.1)
7580
webmock (3.18.1)
7681
addressable (>= 2.8.0)
7782
crack (>= 0.3.2)

geocoder-studitemps.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
3030

3131
# Register a new dependency of your gem
3232
spec.add_dependency "geocoder", "~> 1.6"
33-
spec.add_dependency "oauth2", "~> 1.4"
33+
spec.add_dependency "oauth2", ">= 1.4", "< 3.0"
3434

3535
# For more information and examples about making a new gem, checkout our
3636
# guide at: https://bundler.io/guides/creating_gem.html

0 commit comments

Comments
 (0)