Skip to content

Commit

Permalink
Bump activesupport from 7.1.4.2 to 7.1.5
Browse files Browse the repository at this point in the history
Bumps [activesupport](https://github.com/rails/rails) from 7.1.4.2 to 7.1.5.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.2.2/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v7.1.4.2...v7.1.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2024
1 parent 557fc65 commit dbbe900
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
pushmi_pullyu (2.1.4)
activesupport (>= 5, < 7.2)
activesupport (>= 5, < 8.1)
bagit (~> 0.4)
connection_pool (~> 2.2)
daemons (~> 1.2, >= 1.2.4)
Expand All @@ -18,15 +18,18 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.4.2)
activesupport (7.1.5)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
securerandom (>= 0.3)
tzinfo (~> 2.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
Expand All @@ -35,6 +38,7 @@ GEM
docopt (~> 0.5.0)
validatable (~> 1.6)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
builder (3.2.4)
byebug (11.1.3)
Expand Down Expand Up @@ -111,8 +115,8 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2023.1003)
minitar (0.12.1)
minitest (5.25.1)
mutex_m (0.2.0)
minitest (5.25.2)
mutex_m (0.3.0)
nap (1.1.0)
net-http-persistent (4.0.2)
connection_pool (~> 2.2)
Expand Down Expand Up @@ -196,6 +200,7 @@ GEM
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
scanf (1.0.0)
securerandom (0.3.2)
sparql (3.2.6)
builder (~> 3.2, >= 3.2.4)
ebnf (~> 2.3, >= 2.3.5)
Expand Down
2 changes: 1 addition & 1 deletion pushmi_pullyu.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.7'

spec.add_dependency 'activesupport', '>= 5', '< 7.2'
spec.add_dependency 'activesupport', '>= 5', '< 8.1'
spec.add_dependency 'bagit', '~> 0.4'
spec.add_dependency 'connection_pool', '~> 2.2'
spec.add_dependency 'daemons', '~> 1.2', '>= 1.2.4'
Expand Down

0 comments on commit dbbe900

Please sign in to comment.