Skip to content

Commit 175a657

Browse files
Thomas ReevesThomas Reeves
authored andcommitted
Support 7.1.5.1 activesupport
1 parent 2de22d9 commit 175a657

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Gemfile.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
faithteams-api (4.1.1)
5-
activesupport (~> 7.0.8)
5+
activesupport (>= 7.0.8, <= 7.1.5.1)
66
http (~> 5.1)
77
logger (~> 1.6.1)
88
ostruct (~> 0.6.0)
@@ -16,6 +16,8 @@ GEM
1616
benchmark (>= 0.3)
1717
bigdecimal
1818
concurrent-ruby (~> 1.0, >= 1.0.2)
19+
connection_pool (>= 2.2.5)
20+
drb
1921
i18n (>= 1.6, < 2)
2022
logger (>= 1.4.2)
2123
minitest (>= 5.1)
@@ -87,6 +89,7 @@ GEM
8789
notiffany (0.1.3)
8890
nenv (~> 0.1)
8991
shellany (~> 0.0)
92+
ostruct (0.6.1)
9093
parallel (1.26.3)
9194
parser (3.3.6.0)
9295
ast (~> 2.4.1)
@@ -136,7 +139,7 @@ GEM
136139
rubocop-rspec (1.42.0)
137140
rubocop (>= 0.87.0)
138141
ruby-progressbar (1.13.0)
139-
securerandom (0.3.2)
142+
securerandom (0.4.1)
140143
shellany (0.0.1)
141144
simplecov (0.22.0)
142145
docile (~> 1.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", "~> 7.0.8"
35+
spec.add_dependency "activesupport", ">= 7.0.8", "<= 7.1.5.1"
3636
spec.add_dependency "http", "~> 5.1"
3737
spec.add_dependency "logger", "~> 1.6.1"
3838
spec.add_dependency "ostruct", "~> 0.6.0"

0 commit comments

Comments
 (0)