Skip to content

Commit 3631342

Browse files
committed
Merge branch 'master' of github.com:CodingAnarchy/cognito_token_verifier
2 parents 4673ab5 + 5b64f71 commit 3631342

File tree

2 files changed

+95
-53
lines changed

2 files changed

+95
-53
lines changed

Gemfile.lock

Lines changed: 93 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,89 +1,130 @@
11
PATH
22
remote: .
33
specs:
4-
cognito_token_verifier (0.5.0)
5-
activesupport (>= 5.2)
4+
cognito_token_verifier (0.7.0)
5+
activesupport (>= 6.1)
66
json-jwt (~> 1.11)
77
rest-client (~> 2.0)
88

99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actionpack (6.1.7.4)
13-
actionview (= 6.1.7.4)
14-
activesupport (= 6.1.7.4)
15-
rack (~> 2.0, >= 2.0.9)
12+
actionpack (7.1.3.2)
13+
actionview (= 7.1.3.2)
14+
activesupport (= 7.1.3.2)
15+
nokogiri (>= 1.8.5)
16+
racc
17+
rack (>= 2.2.4)
18+
rack-session (>= 1.0.1)
1619
rack-test (>= 0.6.3)
17-
rails-dom-testing (~> 2.0)
18-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
19-
actionview (6.1.7.4)
20-
activesupport (= 6.1.7.4)
20+
rails-dom-testing (~> 2.2)
21+
rails-html-sanitizer (~> 1.6)
22+
actionview (7.1.3.2)
23+
activesupport (= 7.1.3.2)
2124
builder (~> 3.1)
22-
erubi (~> 1.4)
23-
rails-dom-testing (~> 2.0)
24-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
25-
activesupport (6.1.7.4)
25+
erubi (~> 1.11)
26+
rails-dom-testing (~> 2.2)
27+
rails-html-sanitizer (~> 1.6)
28+
activesupport (7.1.3.2)
29+
base64
30+
bigdecimal
2631
concurrent-ruby (~> 1.0, >= 1.0.2)
32+
connection_pool (>= 2.2.5)
33+
drb
2734
i18n (>= 1.6, < 2)
2835
minitest (>= 5.1)
36+
mutex_m
2937
tzinfo (~> 2.0)
30-
zeitwerk (~> 2.3)
3138
aes_key_wrap (1.1.0)
32-
bindata (2.4.10)
39+
base64 (0.2.0)
40+
bigdecimal (3.1.6)
41+
bindata (2.5.0)
3342
builder (3.2.4)
3443
byebug (11.1.3)
35-
concurrent-ruby (1.2.2)
44+
concurrent-ruby (1.2.3)
45+
connection_pool (2.4.1)
3646
crass (1.0.6)
37-
diff-lcs (1.4.4)
38-
domain_name (0.5.20190701)
39-
unf (>= 0.0.5, < 1.0.0)
47+
diff-lcs (1.5.1)
48+
domain_name (0.6.20240107)
49+
drb (2.2.0)
50+
ruby2_keywords
4051
erubi (1.12.0)
52+
faraday (2.9.0)
53+
faraday-net_http (>= 2.0, < 3.2)
54+
faraday-follow_redirects (0.3.0)
55+
faraday (>= 1, < 3)
56+
faraday-net_http (3.1.0)
57+
net-http
4158
http-accept (1.7.0)
42-
http-cookie (1.0.3)
59+
http-cookie (1.0.5)
4360
domain_name (~> 0.5)
4461
i18n (1.14.1)
4562
concurrent-ruby (~> 1.0)
46-
json-jwt (1.13.0)
63+
io-console (0.7.2)
64+
irb (1.11.2)
65+
rdoc
66+
reline (>= 0.4.2)
67+
json-jwt (1.16.5)
4768
activesupport (>= 4.2)
4869
aes_key_wrap
70+
base64
4971
bindata
50-
loofah (2.21.3)
72+
faraday (~> 2.0)
73+
faraday-follow_redirects
74+
loofah (2.22.0)
5175
crass (~> 1.0.2)
5276
nokogiri (>= 1.12.0)
53-
method_source (1.0.0)
54-
mime-types (3.3.1)
77+
mime-types (3.5.2)
5578
mime-types-data (~> 3.2015)
56-
mime-types-data (3.2020.0512)
57-
mini_portile2 (2.8.2)
58-
minitest (5.18.1)
79+
mime-types-data (3.2024.0206)
80+
mini_portile2 (2.8.5)
81+
minitest (5.22.2)
82+
mutex_m (0.2.0)
83+
net-http (0.4.1)
84+
uri
5985
netrc (0.11.0)
60-
nokogiri (1.13.10)
61-
mini_portile2 (~> 2.8.0)
86+
nokogiri (1.16.2)
87+
mini_portile2 (~> 2.8.2)
6288
racc (~> 1.4)
63-
racc (1.7.1)
64-
rack (2.2.8.1)
89+
psych (5.1.2)
90+
stringio
91+
racc (1.7.3)
92+
rack (3.0.9.1)
93+
rack-session (2.0.0)
94+
rack (>= 3.0.0)
6595
rack-test (2.1.0)
6696
rack (>= 1.3)
67-
rails-dom-testing (2.0.3)
68-
activesupport (>= 4.2.0)
97+
rackup (2.1.0)
98+
rack (>= 3)
99+
webrick (~> 1.8)
100+
rails-dom-testing (2.2.0)
101+
activesupport (>= 5.0.0)
102+
minitest
69103
nokogiri (>= 1.6)
70-
rails-html-sanitizer (1.5.0)
71-
loofah (~> 2.19, >= 2.19.1)
72-
railties (6.1.7.4)
73-
actionpack (= 6.1.7.4)
74-
activesupport (= 6.1.7.4)
75-
method_source
104+
rails-html-sanitizer (1.6.0)
105+
loofah (~> 2.21)
106+
nokogiri (~> 1.14)
107+
railties (7.1.3.2)
108+
actionpack (= 7.1.3.2)
109+
activesupport (= 7.1.3.2)
110+
irb
111+
rackup (>= 1.0.0)
76112
rake (>= 12.2)
77-
thor (~> 1.0)
78-
rake (13.0.3)
113+
thor (~> 1.0, >= 1.2.2)
114+
zeitwerk (~> 2.6)
115+
rake (13.1.0)
116+
rdoc (6.6.2)
117+
psych (>= 4.0.0)
118+
reline (0.4.3)
119+
io-console (~> 0.5)
79120
rest-client (2.1.0)
80121
http-accept (>= 1.7.0, < 2.0)
81122
http-cookie (>= 1.0.2, < 2.0)
82123
mime-types (>= 1.16, < 4.0)
83124
netrc (~> 0.8)
84-
rspec-core (3.9.2)
125+
rspec-core (3.9.3)
85126
rspec-support (~> 3.9.3)
86-
rspec-expectations (3.9.2)
127+
rspec-expectations (3.9.4)
87128
diff-lcs (>= 1.2.0, < 2.0)
88129
rspec-support (~> 3.9.0)
89130
rspec-mocks (3.9.1)
@@ -97,20 +138,21 @@ GEM
97138
rspec-expectations (~> 3.9.0)
98139
rspec-mocks (~> 3.9.0)
99140
rspec-support (~> 3.9.0)
100-
rspec-support (3.9.3)
101-
thor (1.2.1)
141+
rspec-support (3.9.4)
142+
ruby2_keywords (0.0.5)
143+
stringio (3.1.0)
144+
thor (1.3.1)
102145
tzinfo (2.0.6)
103146
concurrent-ruby (~> 1.0)
104-
unf (0.1.4)
105-
unf_ext
106-
unf_ext (0.0.7.7)
107-
zeitwerk (2.6.8)
147+
uri (0.13.0)
148+
webrick (1.8.1)
149+
zeitwerk (2.6.13)
108150

109151
PLATFORMS
110152
ruby
111153

112154
DEPENDENCIES
113-
actionpack (>= 5.2)
155+
actionpack (>= 6.1)
114156
bundler (~> 2.0)
115157
byebug (~> 11.0)
116158
cognito_token_verifier!

cognito_token_verifier.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ Gem::Specification.new do |spec|
3131
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
3232
spec.require_paths = ["lib"]
3333

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

3838
spec.add_development_dependency "byebug", "~> 11.0"
3939
spec.add_development_dependency "bundler", "~> 2.0"
4040
spec.add_development_dependency "rake", [">= 10.0", "< 14.0"]
4141
spec.add_development_dependency "rspec-rails", "~> 3.0"
42-
spec.add_development_dependency "actionpack", [">= 5.2"]
42+
spec.add_development_dependency "actionpack", [">= 6.1"]
4343
end

0 commit comments

Comments
 (0)