diff --git a/Gemfile b/Gemfile index a2b001d..0328c9c 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index 8e14d3a..f108b8b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -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) @@ -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 @@ -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