Skip to content

Commit 7eafa14

Browse files
committed
4.X.X to support rails 7
1 parent cbef84e commit 7eafa14

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

Gemfile.lock

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
11
PATH
22
remote: .
33
specs:
4-
faithteams-api (3.0.1)
5-
activesupport (>= 6.1.7)
4+
faithteams-api (4.0.0)
5+
activesupport (~> 7.0.8)
66
http (~> 5.1)
77
rexml (~> 3.3.6)
88

99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
activesupport (7.1.3.2)
13-
base64
14-
bigdecimal
12+
activesupport (7.0.8.4)
1513
concurrent-ruby (~> 1.0, >= 1.0.2)
16-
connection_pool (>= 2.2.5)
17-
drb
1814
i18n (>= 1.6, < 2)
1915
minitest (>= 5.1)
20-
mutex_m
2116
tzinfo (~> 2.0)
2217
addressable (2.8.6)
2318
public_suffix (>= 2.0.2, < 6.0)
@@ -27,14 +22,12 @@ GEM
2722
byebug (11.1.3)
2823
coderay (1.1.3)
2924
concurrent-ruby (1.2.3)
30-
connection_pool (2.4.1)
3125
crack (1.0.0)
3226
bigdecimal
3327
rexml
3428
diff-lcs (1.5.1)
3529
docile (1.4.0)
3630
domain_name (0.6.20240107)
37-
drb (2.2.1)
3831
ffi (1.16.3)
3932
ffi-compiler (1.3.2)
4033
ffi (>= 1.15.5)
@@ -77,7 +70,6 @@ GEM
7770
lumberjack (1.2.10)
7871
method_source (1.0.0)
7972
minitest (5.22.3)
80-
mutex_m (0.2.0)
8173
nenv (0.3.0)
8274
notiffany (0.1.3)
8375
nenv (~> 0.1)

faithteams-api.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
3232
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
3333
spec.require_paths = ["lib"]
3434

35-
spec.add_dependency "activesupport", ">= 6.1.7"
35+
spec.add_dependency "activesupport", "~> 7.0.8"
3636
spec.add_dependency "http", "~> 5.1"
3737
spec.add_dependency "rexml", "~> 3.3.6" # only needs to be specified to address security warning
3838

lib/faithteams/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module FaithTeams
44
# Current version number.
5-
VERSION = "3.0.1"
5+
VERSION = "4.0.0"
66
end

0 commit comments

Comments
 (0)