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.lock32
1 files changed, 32 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 86a8335..7a48f0f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock
@@ -77,12 +77,29 @@ GEM
77 tzinfo (~> 2.0) 77 tzinfo (~> 2.0)
78 addressable (2.8.5) 78 addressable (2.8.5)
79 public_suffix (>= 2.0.2, < 6.0) 79 public_suffix (>= 2.0.2, < 6.0)
80 airbrussh (1.5.0)
81 sshkit (>= 1.6.1, != 1.7.0)
80 base64 (0.2.0) 82 base64 (0.2.0)
81 bigdecimal (3.1.4) 83 bigdecimal (3.1.4)
82 bindex (0.8.1) 84 bindex (0.8.1)
83 bootsnap (1.17.0) 85 bootsnap (1.17.0)
84 msgpack (~> 1.2) 86 msgpack (~> 1.2)
85 builder (3.2.4) 87 builder (3.2.4)
88 capistrano (3.18.0)
89 airbrussh (>= 1.0.0)
90 i18n
91 rake (>= 10.0.0)
92 sshkit (>= 1.9.0)
93 capistrano-bundler (2.1.0)
94 capistrano (~> 3.1)
95 capistrano-passenger (0.2.1)
96 capistrano (~> 3.0)
97 capistrano-rails (1.6.3)
98 capistrano (~> 3.1)
99 capistrano-bundler (>= 1.1, < 3)
100 capistrano-rvm (0.1.2)
101 capistrano (~> 3.0)
102 sshkit (~> 1.2)
86 capybara (3.39.2) 103 capybara (3.39.2)
87 addressable 104 addressable
88 matrix 105 matrix
@@ -112,6 +129,7 @@ GEM
112 temple (>= 0.8.2) 129 temple (>= 0.8.2)
113 thor 130 thor
114 tilt 131 tilt
132 highline (2.1.0)
115 i18n (1.14.1) 133 i18n (1.14.1)
116 concurrent-ruby (~> 1.0) 134 concurrent-ruby (~> 1.0)
117 io-console (0.6.0) 135 io-console (0.6.0)
@@ -143,6 +161,7 @@ GEM
143 minitest (5.20.0) 161 minitest (5.20.0)
144 msgpack (1.7.2) 162 msgpack (1.7.2)
145 mutex_m (0.2.0) 163 mutex_m (0.2.0)
164 mysql2 (0.5.5)
146 net-imap (0.4.7) 165 net-imap (0.4.7)
147 date 166 date
148 net-protocol 167 net-protocol
@@ -150,8 +169,11 @@ GEM
150 net-protocol 169 net-protocol
151 net-protocol (0.2.2) 170 net-protocol (0.2.2)
152 timeout 171 timeout
172 net-scp (4.0.0)
173 net-ssh (>= 2.6.5, < 8.0.0)
153 net-smtp (0.4.0) 174 net-smtp (0.4.0)
154 net-protocol 175 net-protocol
176 net-ssh (7.2.0)
155 nio4r (2.6.1) 177 nio4r (2.6.1)
156 nokogiri (1.15.5-x86_64-darwin) 178 nokogiri (1.15.5-x86_64-darwin)
157 racc (~> 1.4) 179 racc (~> 1.4)
@@ -233,6 +255,9 @@ GEM
233 sprockets (>= 3.0.0) 255 sprockets (>= 3.0.0)
234 sqlite3 (1.6.9-x86_64-darwin) 256 sqlite3 (1.6.9-x86_64-darwin)
235 sqlite3 (1.6.9-x86_64-linux) 257 sqlite3 (1.6.9-x86_64-linux)
258 sshkit (1.21.6)
259 net-scp (>= 1.1.2)
260 net-ssh (>= 2.8.0)
236 stringio (3.1.0) 261 stringio (3.1.0)
237 temple (0.10.3) 262 temple (0.10.3)
238 terser (1.1.20) 263 terser (1.1.20)
@@ -262,13 +287,20 @@ PLATFORMS
262 287
263DEPENDENCIES 288DEPENDENCIES
264 bootsnap 289 bootsnap
290 capistrano (~> 3.0)
291 capistrano-bundler
292 capistrano-passenger
293 capistrano-rails
294 capistrano-rvm
265 capybara 295 capybara
266 debug 296 debug
267 enumerize 297 enumerize
268 haml 298 haml
299 highline
269 jbuilder 300 jbuilder
270 jquery-rails 301 jquery-rails
271 mini_racer 302 mini_racer
303 mysql2
272 puma (>= 5.0) 304 puma (>= 5.0)
273 rails (~> 7.1.2) 305 rails (~> 7.1.2)
274 rake-compiler 306 rake-compiler