Skip to content

Commit e2bd655

Browse files
committed
Lock paperclip to 5.x branch
Paperclip 6.0+ requires AWS SDK v3.x so restrict until we're ready.
1 parent 92145cf commit e2bd655

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ gem 'connection_pool'
3131
gem 'lograge'
3232
gem 'logstash-logger'
3333
gem 'jbuilder'
34-
gem 'paperclip'
34+
gem 'paperclip', '~> 5.3'
3535
gem 'maxminddb'
3636
gem 'redcarpet'
3737

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ GEM
182182
connection_pool (~> 2.2)
183183
nokogiri (1.8.5)
184184
mini_portile2 (~> 2.3.0)
185-
paperclip (6.1.0)
185+
paperclip (5.3.0)
186186
activemodel (>= 4.2.0)
187187
activesupport (>= 4.2.0)
188188
mime-types
@@ -336,7 +336,7 @@ DEPENDENCIES
336336
maxminddb
337337
net-http-persistent
338338
nokogiri
339-
paperclip
339+
paperclip (~> 5.3)
340340
pg (< 0.21)
341341
pickle
342342
poltergeist

0 commit comments

Comments
 (0)