Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit 652c967

Browse files
committed
Depend on released versions of compass
1 parent fa0914d commit 652c967

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
44
gemspec
55

66
group :assets do
7-
gem 'compass', :git => 'git://github.com/chriseppstein/compass.git', :branch => :master
7+
gem 'compass'
88
gem 'compass-rails', :path => '.'
99
end
1010

@@ -19,4 +19,4 @@ unless ENV["CI"]
1919
gem 'ruby_gntp', :require => false
2020
gem 'guard'
2121
gem 'guard-test'
22-
end
22+
end

0 commit comments

Comments
 (0)