Skip to content

Commit

Permalink
Lock paperclip dependency to version 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Feb 2, 2014
1 parent fa7a72a commit 5d2ec45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ group :test do
gem 'generator_spec', '>= 0.8'
gem 'launchy', '>= 2.2'
gem 'mini_magick', '>= 3.4'
gem 'paperclip', '>= 3.4'
gem 'paperclip', '3.5.2'
gem 'poltergeist', github: 'jonleighton/poltergeist'
gem 'rack-cache', require: 'rack/cache'
gem 'rspec-rails', '>= 2.14'
Expand Down
2 changes: 1 addition & 1 deletion spec/dummy_app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ gem 'devise', '>= 3.2'
gem 'dragonfly', '~> 0.9.0'
gem 'mini_magick', '>= 3.4'
gem 'mlb', '>= 0.7'
gem 'paperclip', '>= 3.4'
gem 'paperclip', '3.5.2'
gem 'rails_admin', path: '../../'

# Gems used only for assets and not required
Expand Down

0 comments on commit 5d2ec45

Please sign in to comment.