suite
This commit is contained in:
parent
5ce7b14542
commit
f2b8f8db28
4
Gemfile
4
Gemfile
@ -25,7 +25,7 @@ gem 'unicorn'
|
||||
|
||||
gem 'haml-rails'
|
||||
|
||||
gem "therubyracer"
|
||||
gem "therubyracer", group: :production
|
||||
|
||||
|
||||
group :development, :test do
|
||||
@ -33,7 +33,7 @@ group :development, :test do
|
||||
#gem 'capistrano-rails'
|
||||
#gem "rvm-capistrano"
|
||||
|
||||
gem "capistrano", '2.15.5', group: :development, require: false
|
||||
gem "capistrano", '2.15.9', group: :development, require: false
|
||||
gem "rvm-capistrano",'1.4.1', group: :development
|
||||
gem 'net-ssh', '~>2.7.0'
|
||||
|
||||
|
13
Gemfile.lock
13
Gemfile.lock
@ -48,7 +48,7 @@ GEM
|
||||
columnize (~> 0.8)
|
||||
debugger-linecache (~> 1.2)
|
||||
slop (~> 3.6)
|
||||
capistrano (2.15.5)
|
||||
capistrano (2.15.9)
|
||||
highline
|
||||
net-scp (>= 1.0.0)
|
||||
net-sftp (>= 2.0.0)
|
||||
@ -86,7 +86,7 @@ GEM
|
||||
haml (>= 3.1, < 5.0)
|
||||
html2haml (>= 1.0.1)
|
||||
railties (>= 4.0.1)
|
||||
highline (1.7.2)
|
||||
highline (2.0.0)
|
||||
hike (1.2.3)
|
||||
html2haml (2.0.0)
|
||||
erubis (~> 2.7.0)
|
||||
@ -109,7 +109,7 @@ GEM
|
||||
kaminari (>= 0.13.0)
|
||||
rails
|
||||
kgio (2.9.3)
|
||||
libv8 (3.16.14.7)
|
||||
libv8 (3.16.14.19)
|
||||
loofah (2.0.1)
|
||||
nokogiri (>= 1.5.9)
|
||||
mail (2.6.3)
|
||||
@ -124,7 +124,7 @@ GEM
|
||||
net-sftp (2.1.2)
|
||||
net-ssh (>= 2.6.5)
|
||||
net-ssh (2.7.0)
|
||||
net-ssh-gateway (1.2.0)
|
||||
net-ssh-gateway (1.3.0)
|
||||
net-ssh (>= 2.6.5)
|
||||
nokogiri (1.6.6.2)
|
||||
mini_portile (~> 0.6.0)
|
||||
@ -223,7 +223,7 @@ DEPENDENCIES
|
||||
acts_as_tree
|
||||
bcrypt (~> 3.1.7)
|
||||
byebug
|
||||
capistrano (= 2.15.5)
|
||||
capistrano (= 2.15.9)
|
||||
carrierwave
|
||||
coffee-rails (~> 4.1.0)
|
||||
formtastic (= 2.3.0)
|
||||
@ -247,3 +247,6 @@ DEPENDENCIES
|
||||
uglifier (>= 1.3.0)
|
||||
unicorn
|
||||
web-console (~> 2.0)
|
||||
|
||||
BUNDLED WITH
|
||||
1.14.6
|
||||
|
Loading…
x
Reference in New Issue
Block a user