diff options
author | Nelson Benítez León <nbenitezl+gnome@gmail.com> | 2015-03-14 15:38:40 +0500 |
---|---|---|
committer | Jakub Steiner <jimmac@gmail.com> | 2015-03-14 23:48:21 +0100 |
commit | 11096885aec103ce56dddbf1ea647b016c10a5c4 (patch) | |
tree | f049756e829c56e91391a6d8a2967e4f605a23fa /gtk/theme | |
parent | 838c9a0d98e8fce3332a15442c61c4259a6ebd15 (diff) | |
download | gtk+-11096885aec103ce56dddbf1ea647b016c10a5c4.tar.gz |
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
Diffstat (limited to 'gtk/theme')
-rw-r--r-- | gtk/theme/Adwaita/Gemfile | 1 | ||||
-rw-r--r-- | gtk/theme/HighContrast/Gemfile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gtk/theme/Adwaita/Gemfile b/gtk/theme/Adwaita/Gemfile index 99f8e2a637..56af69e67a 100644 --- a/gtk/theme/Adwaita/Gemfile +++ b/gtk/theme/Adwaita/Gemfile @@ -1 +1,2 @@ +source 'https://rubygems.org' gem "sass", "~> 3.4.0" diff --git a/gtk/theme/HighContrast/Gemfile b/gtk/theme/HighContrast/Gemfile index 99f8e2a637..56af69e67a 100644 --- a/gtk/theme/HighContrast/Gemfile +++ b/gtk/theme/HighContrast/Gemfile @@ -1 +1,2 @@ +source 'https://rubygems.org' gem "sass", "~> 3.4.0" |