Skip to content

Commit

Permalink
bundle paperclip
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Wienert committed Dec 20, 2012
1 parent 2b9707e commit 9d4ad0d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ source 'https://rubygems.org'
gem 'rails', '~> 3'

gem 'sorcery'
gem 'paperclip'

# Extention libraries
gem 'thin', '~> 1'
Expand Down
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ GEM
xpath (~> 0.1.4)
childprocess (0.3.1)
ffi (~> 1.0.6)
cocaine (0.3.2)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
railties (~> 3.2.0)
Expand Down Expand Up @@ -99,6 +100,12 @@ GEM
oauth2 (0.5.2)
faraday (~> 0.7)
multi_json (~> 1.0)
paperclip (3.2.0)
activemodel (>= 3.0.0)
activerecord (>= 3.0.0)
activesupport (>= 3.0.0)
cocaine (>= 0.0.2)
mime-types
pg (0.13.2)
pg (0.13.2-x86-mingw32)
polyglot (0.3.3)
Expand Down Expand Up @@ -200,6 +207,7 @@ DEPENDENCIES
foreman (~> 0.40)
jquery-rails (~> 2)
kaminari (~> 0.13)
paperclip
pg (~> 0.13)
rails (~> 3)
rails_best_practices (~> 1)
Expand Down

0 comments on commit 9d4ad0d

Please sign in to comment.