Skip to content

Commit

Permalink
Bump activesupport from 6.1.7 to 7.0.4
Browse files Browse the repository at this point in the history
Bumps [activesupport](https://github.com/rails/rails) from 6.1.7 to 7.0.4.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.0.4/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v6.1.7...v7.0.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 9, 2023
1 parent a9677a0 commit ab8063a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
# Specify your gem's dependencies in use_cases.gemspec
gemspec

gem "activesupport", "~> 6.1.7"
gem "activesupport", "~> 7.0.4"
gem "dry-matcher", "~> 0.8.1"
gem "dry-monads", "~> 1.0.0"
gem "dry-validation", "~> 1.8.1"
Expand Down
8 changes: 3 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,15 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.7)
activesupport (7.0.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
ast (2.4.2)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.1.9)
concurrent-ruby (1.1.10)
diff-lcs (1.5.0)
docile (1.4.0)
dry-configurable (0.13.0)
Expand Down Expand Up @@ -114,15 +113,14 @@ GEM
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
zeitwerk (2.6.6)

PLATFORMS
x86_64-darwin-20
x86_64-darwin-21
x86_64-linux

DEPENDENCIES
activesupport (~> 6.1.7)
activesupport (~> 7.0.4)
byebug
dry-matcher (~> 0.8.1)
dry-monads (~> 1.0.0)
Expand Down

0 comments on commit ab8063a

Please sign in to comment.