Skip to content

Commit

Permalink
Merge pull request #670 from alphagov/lock-paperclip
Browse files Browse the repository at this point in the history
Lock paperclip to 5.x branch
  • Loading branch information
pixeltrix authored Nov 3, 2018
2 parents 92145cf + e2bd655 commit 8fd5a8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gem 'connection_pool'
gem 'lograge'
gem 'logstash-logger'
gem 'jbuilder'
gem 'paperclip'
gem 'paperclip', '~> 5.3'
gem 'maxminddb'
gem 'redcarpet'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ GEM
connection_pool (~> 2.2)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
paperclip (6.1.0)
paperclip (5.3.0)
activemodel (>= 4.2.0)
activesupport (>= 4.2.0)
mime-types
Expand Down Expand Up @@ -336,7 +336,7 @@ DEPENDENCIES
maxminddb
net-http-persistent
nokogiri
paperclip
paperclip (~> 5.3)
pg (< 0.21)
pickle
poltergeist
Expand Down

0 comments on commit 8fd5a8a

Please sign in to comment.