Skip to content

Commit f620c62

Browse files
Update activesupport requirement from >= 3.2.8, < 7.1.0 to >= 3.2.8, < 8.1.0
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/v8.0.2.1/activesupport/CHANGELOG.md) - [Commits](rails/rails@v7.0.8.7...v8.0.2.1) --- updated-dependencies: - dependency-name: activesupport dependency-version: 8.0.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e25a954 commit f620c62

2 files changed

Lines changed: 20 additions & 5 deletions

File tree

src/oc_bifrost/oc-bifrost-pedant/Gemfile.lock

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
oc-bifrost-pedant (0.0.1)
5-
activesupport (>= 3.2.8, < 7.1.0)
5+
activesupport (>= 3.2.8, < 8.1.0)
66
mixlib-config (>= 1.1.2, < 3.1.0)
77
net-http-spy (~> 0.2.1)
88
rest-client (>= 1.8, < 2.2)
@@ -13,15 +13,28 @@ PATH
1313
GEM
1414
remote: https://rubygems.org/
1515
specs:
16-
activesupport (7.0.8.7)
17-
concurrent-ruby (~> 1.0, >= 1.0.2)
16+
activesupport (8.0.2.1)
17+
base64
18+
benchmark (>= 0.3)
19+
bigdecimal
20+
concurrent-ruby (~> 1.0, >= 1.3.1)
21+
connection_pool (>= 2.2.5)
22+
drb
1823
i18n (>= 1.6, < 2)
24+
logger (>= 1.4.2)
1925
minitest (>= 5.1)
20-
tzinfo (~> 2.0)
26+
securerandom (>= 0.3)
27+
tzinfo (~> 2.0, >= 2.0.5)
28+
uri (>= 0.13.1)
29+
base64 (0.3.0)
2130
bcrypt (3.1.18)
31+
benchmark (0.4.1)
32+
bigdecimal (3.2.2)
2233
concurrent-ruby (1.3.5)
34+
connection_pool (2.5.3)
2335
diff-lcs (1.6.2)
2436
domain_name (0.6.20240107)
37+
drb (2.2.3)
2538
http-accept (1.7.0)
2639
http-cookie (1.0.8)
2740
domain_name (~> 0.5)
@@ -55,9 +68,11 @@ GEM
5568
rspec
5669
rspec_junit_formatter (0.6.0)
5770
rspec-core (>= 2, < 4, != 2.12.0)
71+
securerandom (0.4.1)
5872
tomlrb (2.0.3)
5973
tzinfo (2.0.6)
6074
concurrent-ruby (~> 1.0)
75+
uri (1.0.3)
6176
veil (0.3.11)
6277
bcrypt (~> 3.1)
6378
pbkdf2

src/oc_bifrost/oc-bifrost-pedant/oc-bifrost-pedant.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
1212
s.executables = ['oc-bifrost-pedant']
1313

1414
s.add_dependency('rspec', '~> 2.14.0')
15-
s.add_dependency('activesupport', '>= 3.2.8', '< 7.1.0') # For active_support/concern
15+
s.add_dependency('activesupport', '>= 3.2.8', '< 8.1.0') # For active_support/concern
1616
s.add_dependency('mixlib-config', '>= 1.1.2', '< 3.1.0')
1717
s.add_dependency('rest-client', '>= 1.8', '< 2.2')
1818
s.add_dependency('rspec_junit_formatter', '>= 0.1.1', '< 0.7.0')

0 commit comments

Comments
 (0)