Skip to content

Commit faeb63f

Browse files
Update activesupport requirement from < 7 to < 8
Updates the requirements on [activesupport](https://github.com/rails/rails) to permit the latest version. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.2/activesupport/CHANGELOG.md) - [Commits](rails/rails@v6.1.7.6...v7.1.2) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e582451 commit faeb63f

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

Gemfile.lock

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,45 @@ PATH
22
remote: .
33
specs:
44
support_engine (0.1.4)
5-
activesupport (< 7)
5+
activesupport (< 8)
66
zeitwerk
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
activemodel (6.1.7.6)
12-
activesupport (= 6.1.7.6)
13-
activesupport (6.1.7.6)
11+
activemodel (7.1.2)
12+
activesupport (= 7.1.2)
13+
activesupport (7.1.2)
14+
base64
15+
bigdecimal
1416
concurrent-ruby (~> 1.0, >= 1.0.2)
17+
connection_pool (>= 2.2.5)
18+
drb
1519
i18n (>= 1.6, < 2)
1620
minitest (>= 5.1)
21+
mutex_m
1722
tzinfo (~> 2.0)
18-
zeitwerk (~> 2.3)
23+
base64 (0.2.0)
24+
bigdecimal (3.1.4)
1925
byebug (11.1.3)
2026
concurrent-ruby (1.2.2)
27+
connection_pool (2.4.1)
2128
declarative (0.0.20)
2229
diff-lcs (1.5.0)
2330
disposable (0.6.3)
2431
declarative (>= 0.0.9, < 1.0.0)
2532
representable (>= 3.1.1, < 4)
2633
docile (1.4.0)
34+
drb (2.2.0)
35+
ruby2_keywords
2736
i18n (1.14.1)
2837
concurrent-ruby (~> 1.0)
2938
io-console (0.6.0)
3039
irb (1.10.1)
3140
rdoc
3241
reline (>= 0.3.8)
3342
minitest (5.20.0)
43+
mutex_m (0.2.0)
3444
psych (5.1.1.1)
3545
stringio
3646
rdoc (6.6.1)
@@ -61,6 +71,7 @@ GEM
6171
diff-lcs (>= 1.2.0, < 2.0)
6272
rspec-support (~> 3.12.0)
6373
rspec-support (3.12.1)
74+
ruby2_keywords (0.0.5)
6475
simplecov (0.22.0)
6576
docile (~> 1.1)
6677
simplecov-html (~> 0.11)

support_engine.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
1616
spec.description = 'Shared libraries for Coditsu Quality Assurance tool'
1717
spec.license = 'LGPL-3.0'
1818

19-
spec.add_dependency 'activesupport', '< 7'
19+
spec.add_dependency 'activesupport', '< 8'
2020
spec.add_dependency 'zeitwerk'
2121
spec.add_development_dependency 'bundler'
2222

0 commit comments

Comments
 (0)