Skip to content

Commit

Permalink
fix: bump rmagick
Browse files Browse the repository at this point in the history
  • Loading branch information
jeferson-sb committed Jan 17, 2025
1 parent 78d38cf commit a6e7220
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem 'jwt', '~> 2.7'
gem 'pg', '~> 1.5.9'
gem 'puma', '~> 6.0'
gem 'rails', '~> 8.0.0'
gem 'rmagick', '~> 5.3'
gem 'rmagick', '~> 6.0.1'
gem 'sqlite3', '~> 2.5'
gem "tzinfo-data", platforms: %i[ windows jruby ]
gem "kamal", require: false
Expand Down
10 changes: 5 additions & 5 deletions api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,14 @@ GEM
nio4r (2.7.4)
nokogiri (1.18.1-x86_64-linux-gnu)
racc (~> 1.4)
observer (0.1.2)
ostruct (0.6.1)
parallel (1.23.0)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
pg (1.5.9)
pkg-config (1.5.5)
pkg-config (1.5.9)
psych (5.2.3)
date
stringio
Expand Down Expand Up @@ -226,7 +227,8 @@ GEM
regexp_parser (2.10.0)
reline (0.6.0)
io-console (~> 0.5)
rmagick (5.3.0)
rmagick (6.0.1)
observer (~> 0.1)
pkg-config (~> 1.4)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
Expand Down Expand Up @@ -308,8 +310,6 @@ GEM
timeout (0.4.3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2025.1)
tzinfo (>= 1.0.0)
unicode-display_width (2.4.2)
uri (1.0.2)
useragent (0.16.11)
Expand Down Expand Up @@ -340,7 +340,7 @@ DEPENDENCIES
pg (~> 1.5.9)
puma (~> 6.0)
rails (~> 8.0.0)
rmagick (~> 5.3)
rmagick (~> 6.0.1)
rspec-rails (~> 7.1.0)
rubocop-rails (~> 2.19)
rubocop-rails-omakase
Expand Down

0 comments on commit a6e7220

Please sign in to comment.