relaxing gemfile for paperclip

Oleg committed Dec 12, 2011
commit a07f1f8c9d2631ad7254170823c942061333477a
Showing 1 changed file with 1 additions and 1 deletions
Gemfile +1 -1
@@ @@ -2,7 +2,7 @@ source 'http://rubygems.org'
gem 'rails', '>=3.0.0'
gem 'active_link_to', '~>1.0.0'
- gem 'paperclip', '~>2.3.0'
+ gem 'paperclip', '>=2.3.0'
group :test do
gem 'sqlite3'