nvm, downgrade whenever
This commit is contained in:
parent
a29fbbbd40
commit
8ce1262c63
7 changed files with 17 additions and 1 deletions
3
Gemfile
3
Gemfile
|
@ -83,7 +83,8 @@ gem 'compass-rails', "~> 1.0.3"
|
|||
gem 'uglifier', ">= 1.0.3"
|
||||
|
||||
group :development do
|
||||
#gem "bullet", "~> 4.1.5"
|
||||
gem 'capistrano', '~> 2.15.5'
|
||||
gem 'rvm-capistrano', '~> 1.5.6'
|
||||
end
|
||||
|
||||
group :development_async do
|
||||
|
|
15
Gemfile.lock
15
Gemfile.lock
|
@ -119,6 +119,12 @@ GEM
|
|||
bcrypt-ruby (3.1.5)
|
||||
bcrypt (>= 3.1.3)
|
||||
builder (3.0.4)
|
||||
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)
|
||||
carrierwave (0.8.0)
|
||||
activemodel (>= 3.2.0)
|
||||
activesupport (>= 3.2.0)
|
||||
|
@ -167,6 +173,7 @@ GEM
|
|||
fssm (0.2.10)
|
||||
haml (4.0.6)
|
||||
tilt
|
||||
highline (1.7.2)
|
||||
hike (1.2.3)
|
||||
http_parser.rb (0.6.0)
|
||||
i18n (0.7.0)
|
||||
|
@ -188,7 +195,11 @@ GEM
|
|||
mysql2 (0.3.18)
|
||||
net-scp (1.0.4)
|
||||
net-ssh (>= 1.99.1)
|
||||
net-sftp (2.1.2)
|
||||
net-ssh (>= 2.6.5)
|
||||
net-ssh (2.9.2)
|
||||
net-ssh-gateway (1.2.0)
|
||||
net-ssh (>= 2.6.5)
|
||||
newrelic_rpm (3.12.1.298)
|
||||
nokogiri (1.5.11)
|
||||
openneo-auth-signatory (0.1.0)
|
||||
|
@ -278,6 +289,8 @@ GEM
|
|||
rspec (~> 2.0.0)
|
||||
ruby-hmac (0.4.0)
|
||||
rufus-scheduler (3.1.3)
|
||||
rvm-capistrano (1.5.6)
|
||||
capistrano (~> 2.15.4)
|
||||
sanitize (2.0.6)
|
||||
nokogiri (>= 1.4.4)
|
||||
sass (3.2.19)
|
||||
|
@ -322,6 +335,7 @@ DEPENDENCIES
|
|||
RocketAMF!
|
||||
addressable
|
||||
airbrake (~> 3.1.8)
|
||||
capistrano (~> 2.15.5)
|
||||
carrierwave (~> 0.8.0)
|
||||
character-encodings (~> 0.4.1)
|
||||
compass-rails (~> 1.0.3)
|
||||
|
@ -364,6 +378,7 @@ DEPENDENCIES
|
|||
rest-client (~> 1.6.7)
|
||||
right_aws (~> 2.1.0)
|
||||
rspec-rails (~> 2.0.0.beta.22)
|
||||
rvm-capistrano (~> 1.5.6)
|
||||
sanitize (~> 2.0.3)
|
||||
sass-rails (~> 3.2.6)
|
||||
stripe!
|
||||
|
|
BIN
vendor/cache/capistrano-2.15.5.gem
vendored
Normal file
BIN
vendor/cache/capistrano-2.15.5.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/highline-1.7.2.gem
vendored
Normal file
BIN
vendor/cache/highline-1.7.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/net-sftp-2.1.2.gem
vendored
Normal file
BIN
vendor/cache/net-sftp-2.1.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/net-ssh-gateway-1.2.0.gem
vendored
Normal file
BIN
vendor/cache/net-ssh-gateway-1.2.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rvm-capistrano-1.5.6.gem
vendored
Normal file
BIN
vendor/cache/rvm-capistrano-1.5.6.gem
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue