Skip to content

Commit

Permalink
bump paperclip
Browse files Browse the repository at this point in the history
  • Loading branch information
denschub committed Jun 25, 2015
1 parent 8979a26 commit b2aaf87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem 'turbolinks'
gem 'will_paginate-bootstrap'

gem 'redcarpet', '~> 3.2'
gem 'paperclip', '~> 4.1'
gem 'paperclip', '~> 4.3'

gem 'feedjira', github: 'feedjira/feedjira'
gem 'trollop', '~> 2.0'
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ GEM
mime-types (>= 1.16, < 3)
method_source (0.8.2)
mime-types (2.6.1)
mimemagic (0.3.0)
mini_portile (0.6.2)
minitest (5.7.0)
multipart-post (2.0.0)
Expand All @@ -127,11 +128,12 @@ GEM
nokogumbo (1.4.1)
nokogiri
orm_adapter (0.5.0)
paperclip (4.2.3)
paperclip (4.3.0)
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
cocaine (~> 0.5.5)
mime-types
mimemagic (= 0.3.0)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
Expand Down Expand Up @@ -269,7 +271,7 @@ DEPENDENCIES
fuubar (~> 2.0.0)
jquery-rails
mysql2
paperclip (~> 4.1)
paperclip (~> 4.3)
pry
rails (~> 4.2.0)
rails_admin
Expand Down

0 comments on commit b2aaf87

Please sign in to comment.