Skip to content

Commit c9af9c5

Browse files
committed
Fix rails version syntax
1 parent 8a8e0e3 commit c9af9c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/gemfiles/Gemfile-rails-4-0

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

6-
gem "rails", github: 'rails/rails', '~> 4.0.0'
6+
gem "rails", '~> 4.0.0'

test/gemfiles/Gemfile-rails-4-1

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

6-
gem "rails", github: 'rails/rails', '~> 4.1.0'
6+
gem "rails", '~> 4.1.0'

0 commit comments

Comments
 (0)