mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 14:10:30 +00:00
gemfile: needs add source rubygems.org
`bundle install` command on fedora 21 was failing with following message: Your Gemfile has no gem server sources. If you need gems that are not already on your machine, add a line like this to your Gemfile: source 'https://rubygems.org' After adding that line it worked again. https://bugzilla.gnome.org/show_bug.cgi?id=746205
This commit is contained in:
parent
838c9a0d98
commit
11096885ae
@ -1 +1,2 @@
|
||||
source 'https://rubygems.org'
|
||||
gem "sass", "~> 3.4.0"
|
||||
|
@ -1 +1,2 @@
|
||||
source 'https://rubygems.org'
|
||||
gem "sass", "~> 3.4.0"
|
||||
|
Loading…
Reference in New Issue
Block a user