Skip to content
This repository was archived by the owner on Jul 24, 2020. It is now read-only.

Commit 1dfbe38

Browse files
committed
Added image_processing gem
1 parent b39ea18 commit 1dfbe38

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* Added bundler audit ([#1788](https://gitlab.com/yale-sdmp/reservations/issues/1788)).
1111
* Added Gitlab CI ([#1785](https://gitlab.com/yale-sdmp/reservations/issues/1785)).
1212
* Added rake to to mirror data ([#1810](https://gitlab.com/yale-sdmp/reservations/issues/1810)).
13+
* Added gem image_processing for ActiveStorage ([#1824](https://gitlab.com/yale-sdmp/reservations/issues/1824)).
1314

1415
### Changed
1516
* Updated Rails from 5.2.3 -> 6.0.0 ([#1781](https://gitlab.com/yale-sdmp/reservations/issues/1781)).

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ gem 'icalendar', '~> 2.4.1'
6464
gem "bootsnap", "~> 1.4"
6565

6666
# ActiveStorage
67-
gem "mini_magick", "~> 4.9"
67+
gem "mini_magick", "~> 4.10.1"
68+
gem "image_processing", "~> 1.11"
6869
gem "active_storage_validations", "~> 0.8.4"
6970
gem 'aws-sdk-s3', '~> 1'
7071

@@ -129,3 +130,4 @@ group :heroku do
129130
gem 'aws-sdk', '~> 3'
130131
gem 'rails_12factor', '~> 0.0.3'
131132
end
133+

Gemfile.lock

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,6 +1095,9 @@ GEM
10951095
i18n (1.8.3)
10961096
concurrent-ruby (~> 1.0)
10971097
icalendar (2.4.1)
1098+
image_processing (1.11.0)
1099+
mini_magick (>= 4.9.5, < 5)
1100+
ruby-vips (>= 2.0.17, < 3)
10981101
inline_svg (1.2.2)
10991102
activesupport (>= 3.0)
11001103
nokogiri (>= 1.6)
@@ -1298,6 +1301,8 @@ GEM
12981301
ruby-progressbar (~> 1.7)
12991302
unicode-display_width (~> 1.0, >= 1.0.1)
13001303
ruby-progressbar (1.8.1)
1304+
ruby-vips (2.0.17)
1305+
ffi (~> 1.9)
13011306
ruby_dep (1.5.0)
13021307
rubycas-client (2.3.9)
13031308
activesupport
@@ -1422,6 +1427,7 @@ DEPENDENCIES
14221427
guard-livereload (~> 2.5.2)
14231428
highline (~> 1.7.8)
14241429
icalendar (~> 2.4.1)
1430+
image_processing (~> 1.11)
14251431
inline_svg (~> 1.2.1)
14261432
jbuilder (~> 2.9.1)
14271433
jquery-datatables-rails (~> 3.4.0)
@@ -1430,7 +1436,7 @@ DEPENDENCIES
14301436
kaminari (~> 1.2.1)
14311437
letter_opener (~> 1.4.1)
14321438
letter_opener_web (~> 1.3.0)
1433-
mini_magick (~> 4.9)
1439+
mini_magick (~> 4.10.1)
14341440
momentjs-rails (~> 2.17.1)
14351441
mysql2 (~> 0.5.2)
14361442
net-ldap (~> 0.16.0)

0 commit comments

Comments
 (0)