File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
gem-maven-plugin/src/it/execute-compass-with-gems-from-plugin Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 39
39
<version >1.0.3</version >
40
40
<type >gem</type >
41
41
</dependency >
42
+ <dependency >
43
+ <groupId >rubygems</groupId >
44
+ <artifactId >sass</artifactId >
45
+ <version >3.4.0</version >
46
+ <type >gem</type >
47
+ </dependency >
48
+ <dependency >
49
+ <groupId >rubygems</groupId >
50
+ <artifactId >rb-inotify</artifactId >
51
+ <version >0.9.0</version >
52
+ <type >gem</type >
53
+ </dependency >
42
54
</dependencies >
43
55
</plugin >
44
56
</plugins >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if ( !log.contains( expected ) )
13
13
{
14
14
throw new RuntimeException( "log file does not contain '" + expected + "'" );
15
15
}
16
- expected = "Sass 3.5 will no longer support Ruby 1.9.3 ";
16
+ expected = "Individual stylesheets must be in the sass directory. ";
17
17
if ( !log.contains( expected ) )
18
18
{
19
19
throw new RuntimeException( "log file does not contain '" + expected + "'" );
You can’t perform that action at this time.
0 commit comments