gemfile: needs add source rubygems.org
authorNelson Benítez León <nbenitezl+gnome@gmail.com>
Sat, 14 Mar 2015 10:38:40 +0000 (15:38 +0500)
committerJakub Steiner <jimmac@gmail.com>
Sat, 14 Mar 2015 22:48:21 +0000 (23:48 +0100)
`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

gtk/theme/Adwaita/Gemfile
gtk/theme/HighContrast/Gemfile

index 99f8e2a637a9b6b6305e47f9ac385d16945afbfc..56af69e67ab9a7459ea03909c9d651e2654fcbc1 100644 (file)
@@ -1 +1,2 @@
+source 'https://rubygems.org'
 gem "sass", "~> 3.4.0"
index 99f8e2a637a9b6b6305e47f9ac385d16945afbfc..56af69e67ab9a7459ea03909c9d651e2654fcbc1 100644 (file)
@@ -1 +1,2 @@
+source 'https://rubygems.org'
 gem "sass", "~> 3.4.0"