Skip to content
This repository has been archived by the owner on Feb 4, 2019. It is now read-only.

Commit

Permalink
Fixed bug causing Travis CI not to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
itay-grudev committed Apr 13, 2014
1 parent 3dfab8b commit d18f411
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
PATH
remote: .
specs:
encryption (1.1.7)

GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.2.2)
rake (10.0.4)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (1.2.5)
rake (10.2.2)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.8)
rspec-expectations (2.14.5)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.1)
rspec-mocks (2.14.6)

PLATFORMS
ruby
Expand Down

0 comments on commit d18f411

Please sign in to comment.