You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 13, 2023. It is now read-only.
Paperclip now requires Ruby version **>= 2.0.0** and Rails version **3.2, >= 4.1** (Only if you're going to use Paperclip with Ruby on Rails.)
75
-
76
-
If you're still on Ruby 1.8.7 or Ruby on Rails 2.3.x, you can still use Paperclip 2.7.x with your project. Also, everything in this README might not apply to your version of Paperclip, and you should read [the README for version 2.7](http://www.rubydoc.info/gems/paperclip/2.7.0) instead.
81
+
Paperclip now requires Ruby version **>= 2.1** and Rails version **>= 4.2**
82
+
(only if you're going to use Paperclip with Ruby on Rails.)
77
83
78
84
### Image Processor
79
85
@@ -100,7 +106,7 @@ to install GhostScript. On Mac OS X, you can also install that using Homebrew:
100
106
101
107
brew install gs
102
108
103
-
If you're on Ubuntu (or any Debian base Linux distribution), you'll want to run
109
+
If you are on Ubuntu (or any Debian base Linux distribution), you'll want to run
104
110
the following with apt-get:
105
111
106
112
sudo apt-get install imagemagick -y
@@ -153,7 +159,7 @@ Paperclip is distributed as a gem, which is how it should be used in your app.
153
159
Include the gem in your Gemfile:
154
160
155
161
```ruby
156
-
gem "paperclip", "~> 4.3"
162
+
gem "paperclip", "~> 5.0"
157
163
```
158
164
159
165
Or, if you want to get the latest, you can get master from the main paperclip repository:
0 commit comments