Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 24, 2023
1 parent dd8c115 commit 0a17cb9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ source "https://rubygems.org"

group :development do
gem 'github_changelog_generator', '~> 1.16'
gem 'activesupport', '~> 6.0'
gem 'activesupport', '~> 6.1'
end
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.7.2)
activesupport (6.1.7.5)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -28,7 +28,7 @@ GEM
async
async-pool (0.3.12)
async (>= 1.25)
concurrent-ruby (1.2.0)
concurrent-ruby (1.2.2)
console (1.16.2)
fiber-local
faraday (2.7.4)
Expand All @@ -47,10 +47,10 @@ GEM
octokit (~> 4.6)
rainbow (>= 2.2.1)
rake (>= 10.0)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-event (1.1.6)
minitest (5.17.0)
minitest (5.19.0)
multi_json (1.15.0)
octokit (4.25.1)
faraday (>= 1, < 3)
Expand All @@ -73,13 +73,13 @@ GEM
traces (0.8.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
zeitwerk (2.6.6)
zeitwerk (2.6.11)

PLATFORMS
x86_64-linux

DEPENDENCIES
activesupport (~> 6.0)
activesupport (~> 6.1)
github_changelog_generator (~> 1.16)

BUNDLED WITH
Expand Down

0 comments on commit 0a17cb9

Please sign in to comment.