about summary refs log tree commit diff stats
path: root/Gemfile.lock
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.lock
parent9cf94eec5ae98f750f9babc0c37373df87e3981c (diff)
downloadthoughts-79d9cd3c5e3764db9d3506e1702042a7a7a4aea3.tar.gz
thoughts-79d9cd3c5e3764db9d3506e1702042a7a7a4aea3.tar.bz2
thoughts-79d9cd3c5e3764db9d3506e1702042a7a7a4aea3.zip
Set up Capistrano
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock31
1 files changed, 31 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 857547f..6058aa8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock
@@ -40,11 +40,29 @@ GEM
40 tzinfo (~> 1.1) 40 tzinfo (~> 1.1)
41 addressable (2.5.1) 41 addressable (2.5.1)
42 public_suffix (~> 2.0, >= 2.0.2) 42 public_suffix (~> 2.0, >= 2.0.2)
43 airbrussh (1.2.0)
44 sshkit (>= 1.6.1, != 1.7.0)
43 arel (8.0.0) 45 arel (8.0.0)
44 bcrypt (3.1.11) 46 bcrypt (3.1.11)
45 bindex (0.5.0) 47 bindex (0.5.0)
46 builder (3.2.3) 48 builder (3.2.3)
47 byebug (9.0.6) 49 byebug (9.0.6)
50 capistrano (3.8.1)
51 airbrussh (>= 1.0.0)
52 i18n
53 rake (>= 10.0.0)
54 sshkit (>= 1.9.0)
55 capistrano-bundler (1.2.0)
56 capistrano (~> 3.1)
57 sshkit (~> 1.2)
58 capistrano-passenger (0.2.0)
59 capistrano (~> 3.0)
60 capistrano-rails (1.2.3)
61 capistrano (~> 3.1)
62 capistrano-bundler (~> 1.1)
63 capistrano-rvm (0.1.2)
64 capistrano (~> 3.0)
65 sshkit (~> 1.2)
48 capybara (2.14.3) 66 capybara (2.14.3)
49 addressable 67 addressable
50 mime-types (>= 1.16) 68 mime-types (>= 1.16)
@@ -82,6 +100,7 @@ GEM
82 haml (5.0.1) 100 haml (5.0.1)
83 temple (>= 0.8.0) 101 temple (>= 0.8.0)
84 tilt 102 tilt
103 highline (1.7.8)
85 i18n (0.8.4) 104 i18n (0.8.4)
86 jbuilder (2.7.0) 105 jbuilder (2.7.0)
87 activesupport (>= 4.2.0) 106 activesupport (>= 4.2.0)
@@ -106,6 +125,9 @@ GEM
106 mini_portile2 (2.2.0) 125 mini_portile2 (2.2.0)
107 minitest (5.10.2) 126 minitest (5.10.2)
108 multi_json (1.12.1) 127 multi_json (1.12.1)
128 net-scp (1.2.1)
129 net-ssh (>= 2.6.5)
130 net-ssh (4.1.0)
109 nio4r (2.1.0) 131 nio4r (2.1.0)
110 nokogiri (1.8.0) 132 nokogiri (1.8.0)
111 mini_portile2 (~> 2.2.0) 133 mini_portile2 (~> 2.2.0)
@@ -177,6 +199,9 @@ GEM
177 activesupport (>= 4.0) 199 activesupport (>= 4.0)
178 sprockets (>= 3.0.0) 200 sprockets (>= 3.0.0)
179 sqlite3 (1.3.13) 201 sqlite3 (1.3.13)
202 sshkit (1.13.1)
203 net-scp (>= 1.1.2)
204 net-ssh (>= 2.8.0)
180 temple (0.8.0) 205 temple (0.8.0)
181 thor (0.19.4) 206 thor (0.19.4)
182 thread_safe (0.3.6) 207 thread_safe (0.3.6)
@@ -206,11 +231,17 @@ PLATFORMS
206 231
207DEPENDENCIES 232DEPENDENCIES
208 byebug 233 byebug
234 capistrano (~> 3.0)
235 capistrano-bundler
236 capistrano-passenger
237 capistrano-rails
238 capistrano-rvm
209 capybara (~> 2.13) 239 capybara (~> 2.13)
210 ckeditor 240 ckeditor
211 coffee-rails (~> 4.2) 241 coffee-rails (~> 4.2)
212 devise 242 devise
213 haml 243 haml
244 highline
214 jbuilder (~> 2.5) 245 jbuilder (~> 2.5)
215 jquery-rails 246 jquery-rails
216 listen (>= 3.0.5, < 3.2) 247 listen (>= 3.0.5, < 3.2)