Skip to content

Commit f56c804

Browse files
authored
Merge pull request #77 from schneems/schneems/fix-master
Fix master
2 parents d1c4324 + 1a1e198 commit f56c804

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

gemfiles/sprockets_3_0.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem "sprockets", "~> 3.0.0"
3+
gem "sprockets", "~> 3.0.3"
44

55
# Specify your gem's dependencies in sassc-rails.gemspec
66
gemspec path: "../"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
//= link_tree ../images
2+
//= link_directory ../javascripts .js
3+
//= link_directory ../stylesheets .css

0 commit comments

Comments
 (0)