mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
include paperclip/aws gems
This commit is contained in:
parent
e33d679858
commit
49d188bb3d
4
Gemfile
4
Gemfile
@ -7,6 +7,10 @@ gem 'bson_ext', '1.6.0'
|
||||
gem 'mongo', '1.6.0'
|
||||
gem 'mongoid'
|
||||
|
||||
# File uploads
|
||||
gem 'paperclip'
|
||||
gem 'aws-sdk'
|
||||
|
||||
# Gems used only for assets and not required
|
||||
# in production environments by default.
|
||||
group :assets do
|
||||
|
||||
19
Gemfile.lock
19
Gemfile.lock
@ -29,11 +29,19 @@ GEM
|
||||
i18n (= 0.6.1)
|
||||
multi_json (~> 1.0)
|
||||
arel (3.0.3)
|
||||
aws-sdk (1.31.3)
|
||||
json (~> 1.4)
|
||||
nokogiri (>= 1.4.4)
|
||||
uuidtools (~> 2.1)
|
||||
bootplus-rails (1.0.0)
|
||||
bson (1.6.0)
|
||||
bson_ext (1.6.0)
|
||||
bson (= 1.6.0)
|
||||
builder (3.0.4)
|
||||
climate_control (0.0.3)
|
||||
activesupport (>= 3.0)
|
||||
cocaine (0.5.3)
|
||||
climate_control (>= 0.0.3, < 1.0)
|
||||
coffee-rails (3.2.2)
|
||||
coffee-script (>= 2.2.0)
|
||||
railties (~> 3.2.0)
|
||||
@ -64,6 +72,7 @@ GEM
|
||||
mime-types (~> 1.16)
|
||||
treetop (~> 1.4.8)
|
||||
mime-types (1.25.1)
|
||||
mini_portile (0.5.2)
|
||||
mongo (1.6.0)
|
||||
bson (= 1.6.0)
|
||||
mongoid (2.4.6)
|
||||
@ -71,6 +80,13 @@ GEM
|
||||
mongo (~> 1.3)
|
||||
tzinfo (~> 0.3.22)
|
||||
multi_json (1.8.2)
|
||||
nokogiri (1.6.1)
|
||||
mini_portile (~> 0.5.0)
|
||||
paperclip (3.5.2)
|
||||
activemodel (>= 3.0.0)
|
||||
activesupport (>= 3.0.0)
|
||||
cocaine (~> 0.5.3)
|
||||
mime-types
|
||||
polyglot (0.3.3)
|
||||
rack (1.4.5)
|
||||
rack-cache (1.2)
|
||||
@ -118,11 +134,13 @@ GEM
|
||||
uglifier (1.3.0)
|
||||
execjs (>= 0.3.0)
|
||||
multi_json (~> 1.0, >= 1.0.2)
|
||||
uuidtools (2.1.4)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
aws-sdk
|
||||
bootplus-rails
|
||||
bson_ext (= 1.6.0)
|
||||
coffee-rails (~> 3.2.1)
|
||||
@ -131,6 +149,7 @@ DEPENDENCIES
|
||||
less-rails-fontawesome
|
||||
mongo (= 1.6.0)
|
||||
mongoid
|
||||
paperclip
|
||||
rails (= 3.2.13)
|
||||
sass-rails (~> 3.2.3)
|
||||
therubyracer
|
||||
|
||||
Loading…
Reference in New Issue
Block a user