File tree Expand file tree Collapse file tree 2 files changed +28
-19
lines changed Expand file tree Collapse file tree 2 files changed +28
-19
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- cognito_token_verifier (0.5 .0 )
5
- activesupport (>= 5.2 )
4
+ cognito_token_verifier (0.7 .0 )
5
+ activesupport (>= 6.1 )
6
6
json-jwt (~> 1.11 )
7
7
rest-client (~> 2.0 )
8
8
29
29
tzinfo (~> 2.0 )
30
30
zeitwerk (~> 2.3 )
31
31
aes_key_wrap (1.1.0 )
32
- bindata (2.4.10 )
32
+ base64 (0.2.0 )
33
+ bindata (2.5.0 )
33
34
builder (3.2.4 )
34
35
byebug (11.1.3 )
35
36
concurrent-ruby (1.2.2 )
36
37
crass (1.0.6 )
37
38
diff-lcs (1.4.4 )
38
- domain_name (0.5.20190701 )
39
- unf (>= 0.0.5 , < 1.0.0 )
39
+ domain_name (0.6.20240107 )
40
40
erubi (1.12.0 )
41
+ faraday (2.9.0 )
42
+ faraday-net_http (>= 2.0 , < 3.2 )
43
+ faraday-follow_redirects (0.3.0 )
44
+ faraday (>= 1 , < 3 )
45
+ faraday-net_http (3.1.0 )
46
+ net-http
41
47
http-accept (1.7.0 )
42
- http-cookie (1.0.3 )
48
+ http-cookie (1.0.5 )
43
49
domain_name (~> 0.5 )
44
50
i18n (1.14.1 )
45
51
concurrent-ruby (~> 1.0 )
46
- json-jwt (1.13.0 )
52
+ json-jwt (1.16.5 )
47
53
activesupport (>= 4.2 )
48
54
aes_key_wrap
55
+ base64
49
56
bindata
57
+ faraday (~> 2.0 )
58
+ faraday-follow_redirects
50
59
loofah (2.21.3 )
51
60
crass (~> 1.0.2 )
52
61
nokogiri (>= 1.12.0 )
53
62
method_source (1.0.0 )
54
- mime-types (3.3.1 )
63
+ mime-types (3.5.2 )
55
64
mime-types-data (~> 3.2015 )
56
- mime-types-data (3.2020.0512 )
57
- mini_portile2 (2.8.2 )
65
+ mime-types-data (3.2024.0206 )
66
+ mini_portile2 (2.8.5 )
58
67
minitest (5.18.1 )
68
+ net-http (0.4.1 )
69
+ uri
59
70
netrc (0.11.0 )
60
- nokogiri (1.13.10 )
61
- mini_portile2 (~> 2.8.0 )
71
+ nokogiri (1.16.2 )
72
+ mini_portile2 (~> 2.8.2 )
62
73
racc (~> 1.4 )
63
- racc (1.7.1 )
74
+ racc (1.7.3 )
64
75
rack (2.2.8.1 )
65
76
rack-test (2.1.0 )
66
77
rack (>= 1.3 )
@@ -101,16 +112,14 @@ GEM
101
112
thor (1.2.1 )
102
113
tzinfo (2.0.6 )
103
114
concurrent-ruby (~> 1.0 )
104
- unf (0.1.4 )
105
- unf_ext
106
- unf_ext (0.0.7.7 )
115
+ uri (0.13.0 )
107
116
zeitwerk (2.6.8 )
108
117
109
118
PLATFORMS
110
119
ruby
111
120
112
121
DEPENDENCIES
113
- actionpack (>= 5.2 )
122
+ actionpack (>= 6.1 )
114
123
bundler (~> 2.0 )
115
124
byebug (~> 11.0 )
116
125
cognito_token_verifier !
Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ Gem::Specification.new do |spec|
31
31
spec . executables = spec . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
32
32
spec . require_paths = [ "lib" ]
33
33
34
- spec . add_runtime_dependency "activesupport" , [ ">= 5.2 " ]
34
+ spec . add_runtime_dependency "activesupport" , [ ">= 6.1 " ]
35
35
spec . add_runtime_dependency "json-jwt" , "~> 1.11"
36
36
spec . add_runtime_dependency "rest-client" , "~> 2.0"
37
37
38
38
spec . add_development_dependency "byebug" , "~> 11.0"
39
39
spec . add_development_dependency "bundler" , "~> 2.0"
40
40
spec . add_development_dependency "rake" , [ ">= 10.0" , "< 14.0" ]
41
41
spec . add_development_dependency "rspec-rails" , "~> 3.0"
42
- spec . add_development_dependency "actionpack" , [ ">= 5.2 " ]
42
+ spec . add_development_dependency "actionpack" , [ ">= 6.1 " ]
43
43
end
You can’t perform that action at this time.
0 commit comments