diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..f1daef7 --- /dev/null +++ b/Gemfile @@ -0,0 +1,7 @@ +source 'https://rubygems.org' + +gem 'capistrano', '~> 2.15' +gem 'capistrano-ext', '~> 1.2.1' +gem 'colored', '~> 1.2' +gem 'sass', '~> 3.2.14' + diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..c3044e3 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,30 @@ +GEM + remote: https://rubygems.org/ + specs: + capistrano (2.15.5) + highline + net-scp (>= 1.0.0) + net-sftp (>= 2.0.0) + net-ssh (>= 2.0.14) + net-ssh-gateway (>= 1.1.0) + capistrano-ext (1.2.1) + capistrano (>= 1.0.0) + colored (1.2) + highline (1.6.21) + net-scp (1.2.1) + net-ssh (>= 2.6.5) + net-sftp (2.1.2) + net-ssh (>= 2.6.5) + net-ssh (2.9.1) + net-ssh-gateway (1.2.0) + net-ssh (>= 2.6.5) + sass (3.2.19) + +PLATFORMS + ruby + +DEPENDENCIES + capistrano (~> 2.15) + capistrano-ext (~> 1.2.1) + colored (~> 1.2) + sass (~> 3.2.14)