forked from AuroraMiddleware/gtk
11096885ae
`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
3 lines
53 B
Ruby
3 lines
53 B
Ruby
source 'https://rubygems.org'
|
|
gem "sass", "~> 3.4.0"
|