about summary refs log tree commit diff stats
path: root/Gemfile
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2017-07-02 21:39:57 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2017-07-02 21:39:57 -0400
commit79d9cd3c5e3764db9d3506e1702042a7a7a4aea3 (patch)
tree3a83e1e9f4b307199b95de86a28f58eb0f40ae04 /Gemfile
parent9cf94eec5ae98f750f9babc0c37373df87e3981c (diff)
downloadthoughts-79d9cd3c5e3764db9d3506e1702042a7a7a4aea3.tar.gz
thoughts-79d9cd3c5e3764db9d3506e1702042a7a7a4aea3.tar.bz2
thoughts-79d9cd3c5e3764db9d3506e1702042a7a7a4aea3.zip
Set up Capistrano
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile11
1 files changed, 8 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile index 69deff3..878e00c 100644 --- a/Gemfile +++ b/Gemfile
@@ -30,9 +30,6 @@ gem 'jbuilder', '~> 2.5'
30# Use ActiveModel has_secure_password 30# Use ActiveModel has_secure_password
31# gem 'bcrypt', '~> 3.1.7' 31# gem 'bcrypt', '~> 3.1.7'
32 32
33# Use Capistrano for deployment
34# gem 'capistrano-rails', group: :development
35
36group :development, :test do 33group :development, :test do
37 # Call 'byebug' anywhere in the code to stop execution and get a debugger console 34 # Call 'byebug' anywhere in the code to stop execution and get a debugger console
38 gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] 35 gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
@@ -48,6 +45,14 @@ group :development do
48 # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring 45 # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
49 gem 'spring' 46 gem 'spring'
50 gem 'spring-watcher-listen', '~> 2.0.0' 47 gem 'spring-watcher-listen', '~> 2.0.0'
48
49 # Use Capistrano for deployment
50 gem 'capistrano', '~> 3.0', require: false
51 gem 'capistrano-rvm', require: false
52 gem 'capistrano-rails', require: false
53 gem 'capistrano-bundler', require: false
54 gem 'capistrano-passenger', require: false
55 gem 'highline', require: false
51end 56end
52 57
53# Windows does not include zoneinfo files, so bundle the tzinfo-data gem 58# Windows does not include zoneinfo files, so bundle the tzinfo-data gem