Skip to content

Instantly share code, notes, and snippets.

diff --git a/Gemfile.lock b/Gemfile.lock
index c6a353c..bb8b371 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -191,7 +191,6 @@ GEM
i18n (~> 0.5)
faraday (0.9.1)
multipart-post (>= 1.2, < 3)
- ffi (1.9.6)
fission (0.5.0)
# So, ideally I would replace boilerplate like:
$scope = $ctrl = null
beforeEach inject ($injector) ->
$scope = $injector.get("$rootScope")
$ctrl = $injector.get("$controller")
# ... with something like: