Skip to content

Commit

Permalink
Merge pull request #39 from CodingAnarchy/update-dependencies
Browse files Browse the repository at this point in the history
Update minimum Rails versions to 6.1.x
  • Loading branch information
CodingAnarchy authored Feb 29, 2024
2 parents caf8341 + 7e12ce9 commit 957df8b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 19 deletions.
43 changes: 26 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
cognito_token_verifier (0.5.0)
activesupport (>= 5.2)
cognito_token_verifier (0.7.0)
activesupport (>= 6.1)
json-jwt (~> 1.11)
rest-client (~> 2.0)

Expand All @@ -29,38 +29,49 @@ GEM
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
aes_key_wrap (1.1.0)
bindata (2.4.10)
base64 (0.2.0)
bindata (2.5.0)
builder (3.2.4)
byebug (11.1.3)
concurrent-ruby (1.2.2)
crass (1.0.6)
diff-lcs (1.4.4)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
domain_name (0.6.20240107)
erubi (1.12.0)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-follow_redirects (0.3.0)
faraday (>= 1, < 3)
faraday-net_http (3.1.0)
net-http
http-accept (1.7.0)
http-cookie (1.0.3)
http-cookie (1.0.5)
domain_name (~> 0.5)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json-jwt (1.13.0)
json-jwt (1.16.5)
activesupport (>= 4.2)
aes_key_wrap
base64
bindata
faraday (~> 2.0)
faraday-follow_redirects
loofah (2.21.3)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
method_source (1.0.0)
mime-types (3.3.1)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.0512)
mini_portile2 (2.8.2)
mime-types-data (3.2024.0206)
mini_portile2 (2.8.5)
minitest (5.18.1)
net-http (0.4.1)
uri
netrc (0.11.0)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
nokogiri (1.16.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
racc (1.7.1)
racc (1.7.3)
rack (2.2.8.1)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -101,16 +112,14 @@ GEM
thor (1.2.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
uri (0.13.0)
zeitwerk (2.6.8)

PLATFORMS
ruby

DEPENDENCIES
actionpack (>= 5.2)
actionpack (>= 6.1)
bundler (~> 2.0)
byebug (~> 11.0)
cognito_token_verifier!
Expand Down
4 changes: 2 additions & 2 deletions cognito_token_verifier.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_runtime_dependency "activesupport", [">= 5.2"]
spec.add_runtime_dependency "activesupport", [">= 6.1"]
spec.add_runtime_dependency "json-jwt", "~> 1.11"
spec.add_runtime_dependency "rest-client", "~> 2.0"

spec.add_development_dependency "byebug", "~> 11.0"
spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", [">= 10.0", "< 14.0"]
spec.add_development_dependency "rspec-rails", "~> 3.0"
spec.add_development_dependency "actionpack", [">= 5.2"]
spec.add_development_dependency "actionpack", [">= 6.1"]
end

0 comments on commit 957df8b

Please sign in to comment.