-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge pull request #5955 from wishlistmaster/6-4-stable
Gem 'gon' issue on Ubuntu LTS
No related branches found
No related tags found
Loading
| Loading
| @@ -154,7 +154,7 @@ gem "raphael-rails", "~> 2.1.2" |
gem 'bootstrap-sass', '~> 2.3' | ||
gem "font-awesome-rails", '~> 3.2' | ||
gem "gemoji", "~> 1.3.0" | ||
gem "gon", git: "https://github.com/gitlabhq/gon.git", ref: '58ca8e17273051cb370182cabd3602d1da6783ab' | ||
gem "gon", "~> 5.0.0" | ||
group :development do | ||
gem "annotate", "~> 2.6.0.beta2" | ||
Loading
| Loading
|
-
This commit breaks bundle install:
You are trying to install in deployment mode after changing your Gemfile. Run
bundle install
elsewhere and add the updated Gemfile.lock to version control.You have added to the Gemfile:
- gon (~> 5.0.0)
You have deleted from the Gemfile:
- gon
You have changed in the Gemfile:
- gon from
no specified source
torubygems repository https://rubygems.org/
The tag v6.4.3 works.
Please register or sign in to comment