File tree Expand file tree Collapse file tree 3 files changed +5
-13
lines changed Expand file tree Collapse file tree 3 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- faithteams-api (3 .0.1 )
5
- activesupport (>= 6.1.7 )
4
+ faithteams-api (4 .0.0 )
5
+ activesupport (~> 7.0.8 )
6
6
http (~> 5.1 )
7
7
rexml (~> 3.3.6 )
8
8
9
9
GEM
10
10
remote: https://rubygems.org/
11
11
specs:
12
- activesupport (7.1.3.2 )
13
- base64
14
- bigdecimal
12
+ activesupport (7.0.8.4 )
15
13
concurrent-ruby (~> 1.0 , >= 1.0.2 )
16
- connection_pool (>= 2.2.5 )
17
- drb
18
14
i18n (>= 1.6 , < 2 )
19
15
minitest (>= 5.1 )
20
- mutex_m
21
16
tzinfo (~> 2.0 )
22
17
addressable (2.8.6 )
23
18
public_suffix (>= 2.0.2 , < 6.0 )
27
22
byebug (11.1.3 )
28
23
coderay (1.1.3 )
29
24
concurrent-ruby (1.2.3 )
30
- connection_pool (2.4.1 )
31
25
crack (1.0.0 )
32
26
bigdecimal
33
27
rexml
34
28
diff-lcs (1.5.1 )
35
29
docile (1.4.0 )
36
30
domain_name (0.6.20240107 )
37
- drb (2.2.1 )
38
31
ffi (1.16.3 )
39
32
ffi-compiler (1.3.2 )
40
33
ffi (>= 1.15.5 )
77
70
lumberjack (1.2.10 )
78
71
method_source (1.0.0 )
79
72
minitest (5.22.3 )
80
- mutex_m (0.2.0 )
81
73
nenv (0.3.0 )
82
74
notiffany (0.1.3 )
83
75
nenv (~> 0.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" , ">= 6.1.7 "
35
+ spec . add_dependency "activesupport" , "~> 7.0.8 "
36
36
spec . add_dependency "http" , "~> 5.1"
37
37
spec . add_dependency "rexml" , "~> 3.3.6" # only needs to be specified to address security warning
38
38
Original file line number Diff line number Diff line change 2
2
3
3
module FaithTeams
4
4
# Current version number.
5
- VERSION = "3 .0.1 "
5
+ VERSION = "4 .0.0 "
6
6
end
You can’t perform that action at this time.
0 commit comments