Skip to content

Commit 0367b3f

Browse files
committed
Fix the GitHub repository reference in the Gemfile
1 parent 7138bbb commit 0367b3f

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)