Skip to content

Commit

Permalink
Bump active_model_serializers from 0.10.14 to 0.10.15
Browse files Browse the repository at this point in the history
Bumps [active_model_serializers](https://github.com/rails-api/active_model_serializers) from 0.10.14 to 0.10.15.
- [Release notes](https://github.com/rails-api/active_model_serializers/releases)
- [Changelog](https://github.com/rails-api/active_model_serializers/blob/v0.10.15/CHANGELOG.md)
- [Commits](rails-api/active_model_serializers@v0.10.14...v0.10.15)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 11, 2025
1 parent 30cc631 commit 2e3bd6b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'

gem 'rails', '7.1.5.1'

gem 'active_model_serializers', '~> 0.10.14' # JSON API
gem 'active_model_serializers', '~> 0.10.15' # JSON API
gem 'activerecord-import' # Mass importing of CSV data
gem 'activerecord-session_store' # Switch to AR session storage in case of failure pushing to GIBCT
gem 'base64', '~> 0.2.0' # ruby 3.4.0 warning said to add
Expand Down
23 changes: 12 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ GEM
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
active_model_serializers (0.10.14)
active_model_serializers (0.10.15)
actionpack (>= 4.1)
activemodel (>= 4.1)
case_transform (>= 0.2)
Expand Down Expand Up @@ -119,7 +119,7 @@ GEM
base64 (0.2.0)
bcrypt (3.1.20)
benchmark (0.4.0)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
bindex (0.8.1)
bootsnap (1.18.4)
msgpack (~> 1.2)
Expand All @@ -146,11 +146,11 @@ GEM
coderay (1.1.3)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.3.4)
concurrent-ruby (1.3.5)
config (5.5.2)
deep_merge (~> 1.2, >= 1.2.1)
ostruct
connection_pool (2.4.1)
connection_pool (2.5.0)
crass (1.0.6)
csv (3.3.0)
database_cleaner (2.0.2)
Expand All @@ -172,7 +172,7 @@ GEM
diff-lcs (1.5.1)
docile (1.4.0)
drb (2.2.1)
erubi (1.13.0)
erubi (1.13.1)
execjs (2.10.0)
factory_bot (6.4.6)
activesupport (>= 5.0.0)
Expand Down Expand Up @@ -237,7 +237,7 @@ GEM
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
headless (2.3.1)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
io-console (0.8.0)
Expand All @@ -260,8 +260,8 @@ GEM
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.3)
loofah (2.23.1)
logger (1.6.5)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
lumberjack (1.2.8)
Expand Down Expand Up @@ -331,9 +331,10 @@ GEM
rack (3.1.8)
rack-cors (2.0.2)
rack (>= 2.0.0)
rack-session (2.0.0)
rack-session (2.1.0)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack-test (2.2.0)
rack (>= 1.3)
rackup (2.2.1)
rack (>= 3)
Expand Down Expand Up @@ -540,7 +541,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
active_model_serializers (~> 0.10.14)
active_model_serializers (~> 0.10.15)
activerecord-import
activerecord-session_store
base64 (~> 0.2.0)
Expand Down

0 comments on commit 2e3bd6b

Please sign in to comment.