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