about summary refs log tree commit diff stats
path: root/Gemfile.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock37
1 files changed, 37 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 236483c..9bb96e3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock
@@ -81,6 +81,8 @@ GEM
81 tzinfo (~> 2.0) 81 tzinfo (~> 2.0)
82 addressable (2.8.7) 82 addressable (2.8.7)
83 public_suffix (>= 2.0.2, < 7.0) 83 public_suffix (>= 2.0.2, < 7.0)
84 airbrussh (1.5.3)
85 sshkit (>= 1.6.1, != 1.7.0)
84 base64 (0.2.0) 86 base64 (0.2.0)
85 benchmark (0.4.0) 87 benchmark (0.4.0)
86 bigdecimal (3.1.8) 88 bigdecimal (3.1.8)
@@ -88,6 +90,21 @@ GEM
88 bootsnap (1.18.4) 90 bootsnap (1.18.4)
89 msgpack (~> 1.2) 91 msgpack (~> 1.2)
90 builder (3.3.0) 92 builder (3.3.0)
93 capistrano (3.19.2)
94 airbrussh (>= 1.0.0)
95 i18n
96 rake (>= 10.0.0)
97 sshkit (>= 1.9.0)
98 capistrano-bundler (2.1.1)
99 capistrano (~> 3.1)
100 capistrano-passenger (0.2.1)
101 capistrano (~> 3.0)
102 capistrano-rails (1.6.3)
103 capistrano (~> 3.1)
104 capistrano-bundler (>= 1.1, < 3)
105 capistrano-rvm (0.1.2)
106 capistrano (~> 3.0)
107 sshkit (~> 1.2)
91 capybara (3.40.0) 108 capybara (3.40.0)
92 addressable 109 addressable
93 matrix 110 matrix
@@ -128,6 +145,8 @@ GEM
128 temple (>= 0.8.2) 145 temple (>= 0.8.2)
129 thor 146 thor
130 tilt 147 tilt
148 highline (3.1.1)
149 reline
131 i18n (1.14.6) 150 i18n (1.14.6)
132 concurrent-ruby (~> 1.0) 151 concurrent-ruby (~> 1.0)
133 io-console (0.8.0) 152 io-console (0.8.0)
@@ -171,8 +190,13 @@ GEM
171 net-protocol 190 net-protocol
172 net-protocol (0.2.2) 191 net-protocol (0.2.2)
173 timeout 192 timeout
193 net-scp (4.0.0)
194 net-ssh (>= 2.6.5, < 8.0.0)
195 net-sftp (4.0.0)
196 net-ssh (>= 5.0.0, < 8.0.0)
174 net-smtp (0.5.0) 197 net-smtp (0.5.0)
175 net-protocol 198 net-protocol
199 net-ssh (7.3.0)
176 nio4r (2.7.4) 200 nio4r (2.7.4)
177 nokogiri (1.16.8-aarch64-linux) 201 nokogiri (1.16.8-aarch64-linux)
178 racc (~> 1.4) 202 racc (~> 1.4)
@@ -187,6 +211,7 @@ GEM
187 nokogiri (1.16.8-x86_64-linux) 211 nokogiri (1.16.8-x86_64-linux)
188 racc (~> 1.4) 212 racc (~> 1.4)
189 normalize-rails (8.0.1) 213 normalize-rails (8.0.1)
214 ostruct (0.6.1)
190 psych (5.2.1) 215 psych (5.2.1)
191 date 216 date
192 stringio 217 stringio
@@ -270,6 +295,12 @@ GEM
270 sqlite3 (1.7.3-x86-linux) 295 sqlite3 (1.7.3-x86-linux)
271 sqlite3 (1.7.3-x86_64-darwin) 296 sqlite3 (1.7.3-x86_64-darwin)
272 sqlite3 (1.7.3-x86_64-linux) 297 sqlite3 (1.7.3-x86_64-linux)
298 sshkit (1.23.2)
299 base64
300 net-scp (>= 1.1.2)
301 net-sftp (>= 2.1.2)
302 net-ssh (>= 2.8.0)
303 ostruct
273 stringio (3.1.2) 304 stringio (3.1.2)
274 temple (0.10.3) 305 temple (0.10.3)
275 terser (1.1.20) 306 terser (1.1.20)
@@ -305,11 +336,17 @@ PLATFORMS
305DEPENDENCIES 336DEPENDENCIES
306 activerecord-diff 337 activerecord-diff
307 bootsnap 338 bootsnap
339 capistrano (~> 3.0)
340 capistrano-bundler
341 capistrano-passenger
342 capistrano-rails
343 capistrano-rvm
308 capybara 344 capybara
309 coffee-rails (~> 4.2) 345 coffee-rails (~> 4.2)
310 debug 346 debug
311 enumerize 347 enumerize
312 haml 348 haml
349 highline
313 jbuilder 350 jbuilder
314 jquery-rails 351 jquery-rails
315 mini_racer 352 mini_racer