add capistrano and gemfile
Showing
... | @@ -39,7 +39,14 @@ group :development do | ... | @@ -39,7 +39,14 @@ group :development do |
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code. | # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. | ||
gem 'web-console', '>= 3.3.0' | gem 'web-console', '>= 3.3.0' | ||
gem 'listen', '>= 3.0.5', '< 3.2' | gem 'listen', '>= 3.0.5', '< 3.2' | ||
gem "capistrano", "~> 3.16", require: false | gem 'web-console', '>= 3.3.0' | ||
gem 'listen', '>= 3.0.5', '< 3.2' | |||
gem 'capistrano' | |||
gem 'capistrano-rails' | |||
gem 'capistrano3-puma' | |||
gem 'capistrano-rvm' | |||
gem 'capistrano-bundler' | |||
gem 'capistrano-faster-assets' | |||
end | end | ||
group :development, :test do | group :development, :test do | ||
... | ... |
Gemfile.lock
0 → 100644
Please register or sign in to comment