forked from jez500/chorus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed missing semicolon warning; updated ruby dependencies
- Loading branch information
1 parent
2776420
commit 3b343ed
Showing
7 changed files
with
29 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Pull gems from RubyGems. | ||
source 'https://rubygems.org' | ||
|
||
gem 'sass', "3.3.0.rc.2" | ||
gem 'compass', "1.0.0.alpha.17" | ||
gem "compass-core", "1.0.0.alpha.16" | ||
gem 'sass', "~> 3.3" | ||
gem 'compass', "1.0.0.alpha.19" | ||
gem "compass-core", "1.0.0.alpha.19" | ||
gem 'breakpoint', "2.4.1" | ||
gem 'singularitygs', "1.2.0.rc.6" | ||
gem 'singularitygs', "~> 1.2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.