Skip to content

Commit 21994cc

Browse files
committed
Merge pull request browsermedia#738 from britneywright/paperclip-3-4-1
add paperclip 3.4.1 to Gemfile
2 parents 863c95a + da18941 commit 21994cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ gem 'bluecloth', :groups=>[:development, :test] # For YARD
1212

1313
gem "thin" # To avoid annoying Ruby 1.9.3/Rails/Webrick warnings - See http://stackoverflow.com/questions/7082364/what-does-warn-could-not-determine-content-length-of-response-body-mean-and-h
1414

15+
gem 'paperclip', '~> 3.4.1'
1516
# For testing behavior in production
1617
group :production do
1718
gem 'uglifier'

0 commit comments

Comments
 (0)