Skip to content

Commit

Permalink
bundle updated to fix ffi gem not found error
Browse files Browse the repository at this point in the history
  • Loading branch information
galori committed Nov 1, 2013
1 parent ff91c70 commit 35a40ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
@@ -1,5 +1,5 @@
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
builder (3.2.2)
capybara (2.1.0)
Expand All @@ -17,10 +17,10 @@ GEM
multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.0.2)
diff-lcs (1.2.4)
ffi (1.9.1)
ffi (1.9.3)
gherkin (2.12.2)
multi_json (~> 1.3)
mime-types (1.25)
mime-types (2.0)
mini_portile (0.5.2)
multi_json (1.8.2)
multi_test (0.0.2)
Expand All @@ -33,7 +33,7 @@ GEM
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.6)
rspec-core (2.14.7)
rspec-expectations (2.14.3)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.4)
Expand Down

0 comments on commit 35a40ea

Please sign in to comment.