Skip to content

Commit

Permalink
Update activesupport requirement from ~> 5.2.3 to >= 5.2.3, < 7.1.0
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@v5.2.8.1...v6.1.7.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Mar 30, 2023
1 parent 156112b commit 032063b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
codeclimate (0.94.0)
activesupport (~> 5.2.3)
activesupport (>= 5.2.3, < 7.1.0)
highline (~> 2.0.3)
pry (~> 0.10.1)
rainbow (~> 2.0, >= 2.0.0)
Expand All @@ -13,11 +13,12 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.8.1)
activesupport (6.1.7.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
builder (3.2.3)
coderay (1.1.3)
concurrent-ruby (1.2.2)
Expand Down Expand Up @@ -63,12 +64,12 @@ GEM
slop (3.6.0)
stackprof (0.2.10)
systemu (2.6.5)
thread_safe (0.3.6)
tty-spinner (0.1.0)
tzinfo (1.2.11)
thread_safe (~> 0.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uuid (2.3.9)
macaddr (~> 1.0)
zeitwerk (2.6.7)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion codeclimate.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = ['>= 2.6', '<= 3.1.3']

s.add_dependency "activesupport", "~> 5.2.3"
s.add_dependency "activesupport", ">= 5.2.3", "< 7.1.0"
s.add_dependency "tty-spinner", "~> 0.1.0"
s.add_dependency "highline", "~> 2.0.3"
s.add_dependency "pry", "~> 0.10.1"
Expand Down

0 comments on commit 032063b

Please sign in to comment.