Skip to content

Commit

Permalink
Update activesupport requirement from ~> 4.2.2 to ~> 6.1.7
Browse files Browse the repository at this point in the history
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.0.4.3/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v4.2.11.3...v6.1.7.3)

---
updated-dependencies:
- dependency-name: activesupport
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 14, 2023
1 parent 7db2c06 commit 3df2aab
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
23 changes: 12 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,19 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.11.3)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
activesupport (6.1.7.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
ast (2.4.2)
code-scanning-rubocop (0.6.1)
rubocop (~> 1.0)
coderay (1.1.3)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.2)
diff-lcs (1.5.0)
i18n (0.9.5)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
libxml-ruby (3.2.2)
method_source (1.0.0)
Expand Down Expand Up @@ -70,16 +71,16 @@ GEM
shoulda-context (2.0.0)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
thread_safe (0.3.6)
tzinfo (1.2.9)
thread_safe (~> 0.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.1.0)
zeitwerk (2.6.7)

PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 4.2.2)
activesupport (~> 6.1.7)
bundler
code-scanning-rubocop (~> 0.5)
libxml-ruby (~> 3)
Expand Down
2 changes: 1 addition & 1 deletion opensrs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_development_dependency 'activesupport', '~> 4.2.2'
spec.add_development_dependency 'activesupport', '~> 6.1.7'
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'code-scanning-rubocop', '~> 0.5'
spec.add_development_dependency 'libxml-ruby', '~> 3'
Expand Down

0 comments on commit 3df2aab

Please sign in to comment.