Skip to content

Commit

Permalink
Bump activemodel from 7.1.3 to 8.0.1
Browse files Browse the repository at this point in the history
Bumps [activemodel](https://github.com/rails/rails) from 7.1.3 to 8.0.1.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.0.1/activemodel/CHANGELOG.md)
- [Commits](rails/rails@v7.1.3...v8.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 30ab6b6 commit 38639d6
Showing 1 changed file with 19 additions and 15 deletions.
34 changes: 19 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,21 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (7.1.3)
activesupport (= 7.1.3)
activesupport (7.1.3)
activemodel (8.0.1)
activesupport (= 8.0.1)
activesupport (8.0.1)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
appraisal (2.5.0)
bundler
rake
Expand All @@ -39,27 +42,27 @@ GEM
aws-sigv4 (1.8.0)
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.2.0)
bigdecimal (3.1.5)
benchmark (0.4.0)
bigdecimal (3.1.9)
byebug (11.1.3)
childprocess (5.0.0)
codecov (0.6.0)
simplecov (>= 0.15, < 0.22)
coderay (1.1.3)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
diff-lcs (1.5.0)
docile (1.4.0)
drb (2.2.0)
ruby2_keywords
i18n (1.14.1)
drb (2.2.1)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
iniparse (1.5.0)
jmespath (1.6.2)
json (2.7.2)
language_server-protocol (3.17.0.3)
logger (1.6.5)
method_source (1.0.0)
minitest (5.21.1)
mutex_m (0.2.0)
minitest (5.25.4)
overcommit (0.62.0)
childprocess (>= 0.6.3, < 6)
iniparse (~> 1.4)
Expand Down Expand Up @@ -120,7 +123,7 @@ GEM
rubocop-thread_safety (0.5.1)
rubocop (>= 0.90.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
securerandom (0.4.1)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand All @@ -139,6 +142,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
uri (1.0.2)
yard (0.9.34)

PLATFORMS
Expand Down

0 comments on commit 38639d6

Please sign in to comment.