File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
remote: .
3
3
specs:
4
4
faithteams-api (4.1.1 )
5
- activesupport (~> 7.0.8 )
5
+ activesupport (>= 7.0.8 , <= 7.1.5.1 )
6
6
http (~> 5.1 )
7
7
logger (~> 1.6.1 )
8
8
ostruct (~> 0.6.0 )
16
16
benchmark (>= 0.3 )
17
17
bigdecimal
18
18
concurrent-ruby (~> 1.0 , >= 1.0.2 )
19
+ connection_pool (>= 2.2.5 )
20
+ drb
19
21
i18n (>= 1.6 , < 2 )
20
22
logger (>= 1.4.2 )
21
23
minitest (>= 5.1 )
87
89
notiffany (0.1.3 )
88
90
nenv (~> 0.1 )
89
91
shellany (~> 0.0 )
92
+ ostruct (0.6.1 )
90
93
parallel (1.26.3 )
91
94
parser (3.3.6.0 )
92
95
ast (~> 2.4.1 )
136
139
rubocop-rspec (1.42.0 )
137
140
rubocop (>= 0.87.0 )
138
141
ruby-progressbar (1.13.0 )
139
- securerandom (0.3.2 )
142
+ securerandom (0.4.1 )
140
143
shellany (0.0.1 )
141
144
simplecov (0.22.0 )
142
145
docile (~> 1.1 )
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
32
32
spec . executables = spec . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
33
33
spec . require_paths = [ "lib" ]
34
34
35
- spec . add_dependency "activesupport" , "~> 7.0.8"
35
+ spec . add_dependency "activesupport" , ">= 7.0.8" , "<= 7.1.5.1 "
36
36
spec . add_dependency "http" , "~> 5.1"
37
37
spec . add_dependency "logger" , "~> 1.6.1"
38
38
spec . add_dependency "ostruct" , "~> 0.6.0"
You can’t perform that action at this time.
0 commit comments