Skip to content

Commit 66d1f33

Browse files
authored
Merge pull request #2244 from mroderick/stop-pinning-image-processing
chore: stop pinning image_processing
2 parents b94a1d0 + 6946771 commit 66d1f33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ gem 'jquery-rails'
2626
gem 'jquery-ui-rails'
2727

2828
# Use Active Storage variant
29-
gem 'image_processing', '~> 1.14'
29+
gem 'image_processing'
3030
gem 'mutex_m' # LOCKED: Added because of activesupport 7.0
3131
gem 'nokogiri'
3232
gem 'omniauth'

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ DEPENDENCIES
563563
haml
564564
high_voltage
565565
icalendar
566-
image_processing (~> 1.14)
566+
image_processing
567567
importmap-rails
568568
irb
569569
jbuilder

0 commit comments

Comments
 (0)