Skip to content

Commit 78b948f

Browse files
committed
Explicitly add rails gem to other gemfiles
1 parent da2a01c commit 78b948f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/gemfiles/Gemfile-sprockets-2-11

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

6+
gem "rails"
67
gem "sprockets", "~> 2.11.0"

test/gemfiles/Gemfile-sprockets-2-8

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

6+
gem "rails"
67
gem "sprockets", "~> 2.8.0"

0 commit comments

Comments
 (0)