Skip to content

Commit

Permalink
Merge pull request #1346 from SplitTime/oveson/madmin-restrict-to-1.2
Browse files Browse the repository at this point in the history
Restrict madmin to ~> 1.2
  • Loading branch information
moveson authored Dec 19, 2024
2 parents aaf31de + cb7c362 commit 08c2b0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 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 "jsbundling-rails"
gem "jsonapi-serializer"
gem "jwt"
gem "local_time"
gem "madmin"
gem "madmin", "~> 1.2"
gem "name_of_person"
gem "normalize_country"
gem "omniauth-facebook", ">= 8.0.0"
Expand Down
17 changes: 3 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,6 @@ GEM
image_processing (1.13.0)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
importmap-rails (2.0.3)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
io-console (0.8.0)
jmespath (1.6.2)
jsbundling-rails (1.3.1)
Expand All @@ -279,11 +275,9 @@ GEM
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
madmin (2.0.0)
importmap-rails
madmin (1.2.11)
pagy (>= 3.5)
propshaft
rails (>= 7.0.0)
rails (>= 6.0.3)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
Expand Down Expand Up @@ -372,11 +366,6 @@ GEM
progress_bar (1.3.4)
highline (>= 1.6)
options (~> 2.3.0)
propshaft (1.1.0)
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
rack
railties (>= 7.0.0)
pry (0.15.0)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -636,7 +625,7 @@ DEPENDENCIES
jwt
listen
local_time
madmin
madmin (~> 1.2)
name_of_person
normalize_country
omniauth-facebook (>= 8.0.0)
Expand Down

0 comments on commit 08c2b0e

Please sign in to comment.