Skip to content

Commit

Permalink
Bump activesupport from 7.0.4.2 to 7.0.7.1
Browse files Browse the repository at this point in the history
Bumps [activesupport](https://github.com/rails/rails) from 7.0.4.2 to 7.0.7.1.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.1.3.2/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v7.0.4.2...v7.0.7.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Mar 5, 2024
1 parent b555a72 commit 37132fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in cocoapods-patch.gemspec
gemspec
gem 'activesupport', '~> 7.0', '<= 7.0.8'
gem 'activesupport', '~> 7.0'
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GEM
specs:
CFPropertyList (3.0.6)
rexml
activesupport (7.0.4.2)
activesupport (7.0.7.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand Down Expand Up @@ -59,7 +59,7 @@ GEM
netrc (~> 0.11)
cocoapods-try (1.2.0)
colored2 (3.1.2)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
diff-lcs (1.4.4)
escape (0.0.4)
ethon (0.16.0)
Expand All @@ -69,10 +69,10 @@ GEM
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
httpclient (2.8.3)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.3)
minitest (5.17.0)
minitest (5.22.2)
molinillo (0.8.0)
nanaimo (0.3.0)
nap (1.1.0)
Expand Down Expand Up @@ -112,7 +112,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activesupport (~> 7.0, <= 7.0.8)
activesupport (~> 7.0)
bundler (~> 2.0)
cocoapods-patch!
rake (~> 13.0)
Expand Down

0 comments on commit 37132fc

Please sign in to comment.