Commit bd9cf246 by Prem Sichanugrist

Update version in README to 2.4

parent ae6fd104
......@@ -49,7 +49,7 @@ well with gems.
Include the gem in your Gemfile:
gem "paperclip", "~> 2.3"
gem "paperclip", "~> 2.4"
Or, if you don't use Bundler (though you probably should, even in Rails 2), with config.gem
......@@ -57,7 +57,7 @@ Or, if you don't use Bundler (though you probably should, even in Rails 2), with
...
Rails::Initializer.run do |config|
...
config.gem "paperclip", :version => "~> 2.3"
config.gem "paperclip", :version => "~> 2.4"
...
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment