Skip to content

Commit

Permalink
Update activesupport requirement from >= 3.2.8, < 7.1.0 to >= 3.2.8, …
Browse files Browse the repository at this point in the history
…< 7.2.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/v7.1.3/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v7.0.8...v7.1.3)

---
updated-dependencies:
- dependency-name: activesupport
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 17, 2024
1 parent f22527e commit a41ee51
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
20 changes: 16 additions & 4 deletions src/oc_bifrost/oc-bifrost-pedant/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
oc-bifrost-pedant (0.0.1)
activesupport (>= 3.2.8, < 7.1.0)
activesupport (>= 3.2.8, < 7.2.0)
mixlib-config (>= 1.1.2, < 3.1.0)
net-http-spy (~> 0.2.1)
rest-client (>= 1.8, < 2.2)
Expand All @@ -13,16 +13,26 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.8)
activesupport (7.1.3)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
base64 (0.2.0)
bcrypt (3.1.18)
concurrent-ruby (1.2.2)
bigdecimal (3.1.5)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
diff-lcs (1.1.3)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
drb (2.2.0)
ruby2_keywords
http-accept (1.7.0)
http-cookie (1.0.4)
domain_name (~> 0.5)
Expand All @@ -31,9 +41,10 @@ GEM
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
minitest (5.20.0)
minitest (5.21.1)
mixlib-config (3.0.27)
tomlrb
mutex_m (0.2.0)
net-http-spy (0.2.1)
netrc (0.11.0)
pbkdf2 (0.1.0)
Expand All @@ -54,6 +65,7 @@ GEM
rspec
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
ruby2_keywords (0.0.5)
tomlrb (2.0.3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion src/oc_bifrost/oc-bifrost-pedant/oc-bifrost-pedant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.executables = ['oc-bifrost-pedant']

s.add_dependency('rspec', '~> 2.11.0')
s.add_dependency('activesupport', '>= 3.2.8', '< 7.1.0') # For active_support/concern
s.add_dependency('activesupport', '>= 3.2.8', '< 7.2.0') # For active_support/concern
s.add_dependency('mixlib-config', '>= 1.1.2', '< 3.1.0')
s.add_dependency('rest-client', '>= 1.8', '< 2.2')
s.add_dependency('rspec_junit_formatter', '>= 0.1.1', '< 0.7.0')
Expand Down

0 comments on commit a41ee51

Please sign in to comment.