Skip to content

Commit

Permalink
Regenerate corrupted Gemfile.lock.
Browse files Browse the repository at this point in the history
As of bundler version 1.11, a Gemfile.lock with missing dependencies
is treated as 'corrupted'. Regenerating the Gemfile.lock with
bundler 1.12.2 creates a valid Gemfile.lock.
  • Loading branch information
xwmx committed May 5, 2016
1 parent 1f2aba7 commit 5e1f87b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
GEM
remote: http://rubygems.org/
specs:
json (1.8.3)
metaclass (0.0.4)
minitest (5.8.3)
minitest (5.8.4)
mocha (1.1.0)
metaclass (~> 0.0.1)
rake (10.4.2)
rdoc (4.2.0)
rake (11.1.2)
rdoc (4.2.2)
json (~> 1.4)

PLATFORMS
ruby
Expand All @@ -18,4 +20,4 @@ DEPENDENCIES
rdoc

BUNDLED WITH
1.10.6
1.12.2

0 comments on commit 5e1f87b

Please sign in to comment.