Skip to content

Commit

Permalink
Bump rails_admin from 3.2.0 to 3.2.1
Browse files Browse the repository at this point in the history
Bumps [rails_admin](https://github.com/sferik/rails_admin) from 3.2.0 to 3.2.1.
- [Changelog](https://github.com/railsadminteam/rails_admin/blob/master/CHANGELOG.md)
- [Commits](railsadminteam/rails_admin@v3.2.0...v3.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Dahie committed Oct 15, 2024
1 parent e92a92b commit 490418f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ gem 'omniauth'
gem 'omniauth-evernote'
gem 'omniauth-rails_csrf_protection', '~> 1'
gem 'pg'
gem 'rails_admin', '3.2.0'
gem 'rails_admin', '3.2.1'
gem 'rails_admin_aasm'
gem 'song_pro'
gem 'sprockets', '4.2.1'
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ GEM
globalid (>= 0.3.6)
activemodel (7.0.8.4)
activesupport (= 7.0.8.4)
activemodel-serializers-xml (1.0.2)
activemodel (> 5.x)
activesupport (> 5.x)
activemodel-serializers-xml (1.0.3)
activemodel (>= 5.0.0.a)
activesupport (>= 5.0.0.a)
builder (~> 3.1)
activerecord (7.0.8.4)
activemodel (= 7.0.8.4)
Expand Down Expand Up @@ -246,7 +246,7 @@ GEM
multi_xml (0.7.1)
bigdecimal (~> 3.1)
nested_form (0.3.2)
net-imap (0.4.16)
net-imap (0.4.17)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -292,7 +292,7 @@ GEM
puma (6.4.3)
nio4r (~> 2.0)
racc (1.8.1)
rack (2.2.9)
rack (2.2.10)
rack-protection (3.2.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
Expand Down Expand Up @@ -323,7 +323,7 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rails_admin (3.2.0)
rails_admin (3.2.1)
activemodel-serializers-xml (>= 1.0)
csv
kaminari (>= 0.14, < 2.0)
Expand Down Expand Up @@ -474,7 +474,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.18)
zeitwerk (2.7.0)

PLATFORMS
ruby
Expand Down Expand Up @@ -517,7 +517,7 @@ DEPENDENCIES
puma (~> 6)
rails (~> 7.0)
rails-controller-testing
rails_admin (= 3.2.0)
rails_admin (= 3.2.1)
rails_admin_aasm
rspec-rails
rubocop
Expand Down

0 comments on commit 490418f

Please sign in to comment.