Skip to content

Commit

Permalink
bump rails_admin from 3.1.2 to 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
just806me committed Aug 31, 2024
1 parent a7b3308 commit f762496
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem 'pg', '~> 1.5'
gem 'puma', '~> 6.4'
gem 'pundit'
gem 'rails', '~> 7.2.1'
gem 'rails_admin', '~> 3.1'
gem 'rails_admin', '~> 3.1.4'
gem 'redis', '~> 4.8', require: %w[redis redis/connection/hiredis]
gem 'redis-namespace'
gem 'rubyzip', require: 'zip'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rails_admin (3.1.2)
rails_admin (3.1.4)
activemodel-serializers-xml (>= 1.0)
kaminari (>= 0.14, < 2.0)
nested_form (~> 0.3)
Expand Down Expand Up @@ -445,7 +445,7 @@ DEPENDENCIES
pundit
rack-mini-profiler (~> 3.3)
rails (~> 7.2.1)
rails_admin (~> 3.1)
rails_admin (~> 3.1.4)
redis (~> 4.8)
redis-namespace
rspec-its
Expand Down

0 comments on commit f762496

Please sign in to comment.