Skip to content

Commit 76dc215

Browse files
committed
Merge pull request #209 from robin850/patch-1
Fix the GitHub repository reference in the Gemfile
2 parents 7138bbb + 0367b3f commit 76dc215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ source "https://rubygems.org"
33
# Specify your gem's dependencies in sass-rails.gemspec
44
gemspec
55

6-
gem "rails", github: 'rails/sass-rails', branch: '4-1-stable'
6+
gem "rails", github: 'rails/rails', branch: '4-1-stable'
77

88
gem "sqlite3"

0 commit comments

Comments
 (0)