Commit 9bca8ae8f2feefe42acbdb61004ff5c3ec2a8a65
1 parent
db779388
Exists in
spb-stable
and in
2 other branches
Gemfile fix
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
Gemfile.lock
... | ... | @@ -219,12 +219,12 @@ GEM |
219 | 219 | lumberjack (~> 1.0) |
220 | 220 | pry (>= 0.9.12) |
221 | 221 | thor (>= 0.18.1) |
222 | - guard-rspec (4.2.0) | |
223 | - guard (>= 2.1.1) | |
224 | - rspec (>= 2.14, < 4.0) | |
225 | 222 | guard-spinach (0.0.2) |
226 | 223 | guard (>= 1.1) |
227 | 224 | spinach |
225 | + guard-spinachrspec (4.2.0) | |
226 | + guard (>= 2.1.1) | |
227 | + rspec (>= 2.14, < 4.0) | |
228 | 228 | haml (4.0.5) |
229 | 229 | tilt |
230 | 230 | haml-rails (0.5.3) |
... | ... | @@ -283,9 +283,9 @@ GEM |
283 | 283 | treetop (~> 1.4.8) |
284 | 284 | method_source (0.8.2) |
285 | 285 | mime-types (1.25.1) |
286 | - mini_portile (0.5.3) | |
287 | - minitest (4.7.5) | |
288 | - multi_json (1.10.0) | |
286 | + mini_portile (0.6.0) | |
287 | + minitest (5.3.4) | |
288 | + multi_json (1.10.1) | |
289 | 289 | multi_xml (0.5.5) |
290 | 290 | multipart-post (1.2.0) |
291 | 291 | mysql2 (0.3.16) | ... | ... |