Skip to content
This repository has been archived by the owner on May 12, 2018. It is now read-only.

Update Gemfile.lock for version 5.2.0 #24

Closed

Commits on Feb 9, 2014

  1. Update Gemfile.lock for version 5.2.0

    This fixes `bundle install --deployment` failure with
    "Could not find gitlab_git-5.1.0 in any of the sources"
    edvakf committed Feb 9, 2014
    Configuration menu
    Copy the full SHA
    acdc54b View commit details
    Browse the repository at this point in the history
  2. Explicitly set encoding of blob_spec.rb to UTF-8

    Ruby 1.9.x's default internal encoding was US_ASCII,
    so this file causes syntax error without the magic comment.
    edvakf committed Feb 9, 2014
    Configuration menu
    Copy the full SHA
    fa42282 View commit details
    Browse the repository at this point in the history