gemfile
This commit is contained in:
parent
69495eeeba
commit
2094fa4caa
26
Gemfile
26
Gemfile
@ -2,26 +2,37 @@ source 'http://rubygems.org'
|
|||||||
|
|
||||||
gem 'rails', '3.1.3'
|
gem 'rails', '3.1.3'
|
||||||
|
|
||||||
|
# Bundle edge Rails instead:
|
||||||
|
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
||||||
|
|
||||||
gem 'mysql2'
|
gem 'mysql2'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Gems used only for assets and not required
|
||||||
|
# in production environments by default.
|
||||||
group :assets do
|
group :assets do
|
||||||
gem 'sass-rails', '~> 3.1.5'
|
gem 'sass-rails', '~> 3.1.5'
|
||||||
gem 'coffee-rails', '~> 3.1.1'
|
gem 'coffee-rails', '~> 3.1.1'
|
||||||
gem 'uglifier', '>= 1.0.3'
|
gem 'uglifier', '>= 1.0.3'
|
||||||
gem "therubyracer"
|
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
gem 'jquery-rails'
|
gem 'jquery-rails'
|
||||||
|
|
||||||
#gem 'capistrano'
|
# To use ActiveModel has_secure_password
|
||||||
#gem 'rvm-capistrano'
|
# gem 'bcrypt-ruby', '~> 3.0.0'
|
||||||
|
|
||||||
gem 'unicorn'
|
# Use unicorn as the web server
|
||||||
|
# gem 'unicorn'
|
||||||
|
|
||||||
|
# Deploy with Capistrano
|
||||||
|
# gem 'capistrano'
|
||||||
|
|
||||||
|
# To use debugger
|
||||||
|
# gem 'ruby-debug19', :require => 'ruby-debug'
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
|
# Pretty printed test output
|
||||||
gem 'turn', '0.8.2', :require => false
|
gem 'turn', '0.8.2', :require => false
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -35,6 +46,5 @@ gem 'devise'
|
|||||||
gem 'kaminari'
|
gem 'kaminari'
|
||||||
gem 'carrierwave'
|
gem 'carrierwave'
|
||||||
gem 'rmagick'
|
gem 'rmagick'
|
||||||
|
gem 'unicorn'
|
||||||
gem 'sqlite3'
|
gem "therubyracer"
|
||||||
|
|
||||||
|
26
Gemfile.lock
26
Gemfile.lock
@ -35,12 +35,6 @@ GEM
|
|||||||
arel (2.2.1)
|
arel (2.2.1)
|
||||||
bcrypt-ruby (3.0.1)
|
bcrypt-ruby (3.0.1)
|
||||||
builder (3.0.0)
|
builder (3.0.0)
|
||||||
capistrano (2.11.2)
|
|
||||||
highline
|
|
||||||
net-scp (>= 1.0.0)
|
|
||||||
net-sftp (>= 2.0.0)
|
|
||||||
net-ssh (>= 2.0.14)
|
|
||||||
net-ssh-gateway (>= 1.1.0)
|
|
||||||
carrierwave (0.5.8)
|
carrierwave (0.5.8)
|
||||||
activesupport (~> 3.0)
|
activesupport (~> 3.0)
|
||||||
coffee-rails (3.1.1)
|
coffee-rails (3.1.1)
|
||||||
@ -60,7 +54,6 @@ GEM
|
|||||||
formtastic (2.0.2)
|
formtastic (2.0.2)
|
||||||
rails (~> 3.0)
|
rails (~> 3.0)
|
||||||
haml (3.1.4)
|
haml (3.1.4)
|
||||||
highline (1.6.11)
|
|
||||||
hike (1.2.1)
|
hike (1.2.1)
|
||||||
i18n (0.6.0)
|
i18n (0.6.0)
|
||||||
jquery-rails (1.0.19)
|
jquery-rails (1.0.19)
|
||||||
@ -70,7 +63,6 @@ GEM
|
|||||||
kaminari (0.12.4)
|
kaminari (0.12.4)
|
||||||
rails (>= 3.0.0)
|
rails (>= 3.0.0)
|
||||||
kgio (2.7.2)
|
kgio (2.7.2)
|
||||||
libv8 (3.3.10.4)
|
|
||||||
mail (2.3.0)
|
mail (2.3.0)
|
||||||
i18n (>= 0.4.0)
|
i18n (>= 0.4.0)
|
||||||
mime-types (~> 1.16)
|
mime-types (~> 1.16)
|
||||||
@ -78,13 +70,6 @@ GEM
|
|||||||
mime-types (1.17.2)
|
mime-types (1.17.2)
|
||||||
multi_json (1.0.4)
|
multi_json (1.0.4)
|
||||||
mysql2 (0.3.11)
|
mysql2 (0.3.11)
|
||||||
net-scp (1.0.4)
|
|
||||||
net-ssh (>= 1.99.1)
|
|
||||||
net-sftp (2.0.5)
|
|
||||||
net-ssh (>= 2.0.9)
|
|
||||||
net-ssh (2.3.0)
|
|
||||||
net-ssh-gateway (1.1.0)
|
|
||||||
net-ssh (>= 1.99.1)
|
|
||||||
orm_adapter (0.0.5)
|
orm_adapter (0.0.5)
|
||||||
polyglot (0.3.3)
|
polyglot (0.3.3)
|
||||||
rack (1.3.5)
|
rack (1.3.5)
|
||||||
@ -116,8 +101,6 @@ GEM
|
|||||||
rdoc (3.11)
|
rdoc (3.11)
|
||||||
json (~> 1.4)
|
json (~> 1.4)
|
||||||
rmagick (2.13.1)
|
rmagick (2.13.1)
|
||||||
rvm-capistrano (1.2.5)
|
|
||||||
capistrano (>= 2.0.0)
|
|
||||||
sass (3.1.11)
|
sass (3.1.11)
|
||||||
sass-rails (3.1.5)
|
sass-rails (3.1.5)
|
||||||
actionpack (~> 3.1.0)
|
actionpack (~> 3.1.0)
|
||||||
@ -127,10 +110,7 @@ GEM
|
|||||||
sprockets (2.0.3)
|
sprockets (2.0.3)
|
||||||
hike (~> 1.2)
|
hike (~> 1.2)
|
||||||
rack (~> 1.0)
|
rack (~> 1.0)
|
||||||
tilt (~> 1.1, != 1.3.0)
|
tilt (!= 1.3.0, ~> 1.1)
|
||||||
sqlite3 (1.3.6)
|
|
||||||
therubyracer (0.9.10)
|
|
||||||
libv8 (~> 3.3.10)
|
|
||||||
thor (0.14.6)
|
thor (0.14.6)
|
||||||
tilt (1.3.3)
|
tilt (1.3.3)
|
||||||
treetop (1.4.10)
|
treetop (1.4.10)
|
||||||
@ -155,7 +135,6 @@ PLATFORMS
|
|||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
acts_as_commentable
|
acts_as_commentable
|
||||||
acts_as_tree
|
acts_as_tree
|
||||||
capistrano
|
|
||||||
carrierwave
|
carrierwave
|
||||||
coffee-rails (~> 3.1.1)
|
coffee-rails (~> 3.1.1)
|
||||||
devise
|
devise
|
||||||
@ -166,10 +145,7 @@ DEPENDENCIES
|
|||||||
mysql2
|
mysql2
|
||||||
rails (= 3.1.3)
|
rails (= 3.1.3)
|
||||||
rmagick
|
rmagick
|
||||||
rvm-capistrano
|
|
||||||
sass-rails (~> 3.1.5)
|
sass-rails (~> 3.1.5)
|
||||||
sqlite3
|
|
||||||
therubyracer
|
|
||||||
turn (= 0.8.2)
|
turn (= 0.8.2)
|
||||||
uglifier (>= 1.0.3)
|
uglifier (>= 1.0.3)
|
||||||
unicorn
|
unicorn
|
||||||
|
Loading…
x
Reference in New Issue
Block a user