Skip to content

Commit

Permalink
updated gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdavis committed Dec 17, 2011
1 parent bfb7b09 commit 995f1d0
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 39 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in compass-rails.gemspec
gemspec

gem 'compass', :path => '../compass'
gem 'compass', '~> 0.12.alpha'

group :test do
gem 'mocha'
Expand All @@ -12,8 +12,8 @@ group :test do
end

unless ENV["CI"]
gem 'rb-fsevent'
gem 'ruby_gntp'
gem 'rb-fsevent', :require => false
gem 'ruby_gntp', :require => false
gem 'guard'
gem 'guard-test'
end
6 changes: 3 additions & 3 deletions gemfiles/rails2.gemfile
Expand Up @@ -2,9 +2,9 @@

source "https://rubygems.org"

gem "compass", :path=>"../../compass"
gem "rb-fsevent"
gem "ruby_gntp"
gem "compass", "~> 0.12.alpha"
gem "rb-fsevent", :require=>false
gem "ruby_gntp", :require=>false
gem "guard"
gem "guard-test"
gem "rails", "2.3.14"
Expand Down
14 changes: 5 additions & 9 deletions gemfiles/rails2.gemfile.lock
@@ -1,11 +1,3 @@
PATH
remote: ../../compass
specs:
compass (0.12.alpha.2.57dcbad)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)

PATH
remote: /Volumes/SSD/Work/compass-rails
specs:
Expand All @@ -26,6 +18,10 @@ GEM
activesupport (= 2.3.14)
activesupport (2.3.14)
chunky_png (1.2.5)
compass (0.12.alpha.2)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
fssm (0.2.7)
guard (0.8.8)
thor (~> 0.14.6)
Expand All @@ -51,7 +47,7 @@ PLATFORMS
ruby

DEPENDENCIES
compass!
compass (~> 0.12.alpha)
compass-rails!
guard
guard-test
Expand Down
6 changes: 3 additions & 3 deletions gemfiles/rails3.gemfile
Expand Up @@ -2,9 +2,9 @@

source "https://rubygems.org"

gem "compass", :path=>"../../compass"
gem "rb-fsevent"
gem "ruby_gntp"
gem "compass", "~> 0.12.alpha"
gem "rb-fsevent", :require=>false
gem "ruby_gntp", :require=>false
gem "guard"
gem "guard-test"
gem "rails", "3.0.11"
Expand Down
14 changes: 5 additions & 9 deletions gemfiles/rails3.gemfile.lock
@@ -1,11 +1,3 @@
PATH
remote: ../../compass
specs:
compass (0.12.alpha.2.57dcbad)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)

PATH
remote: /Volumes/SSD/Work/compass-rails
specs:
Expand Down Expand Up @@ -45,6 +37,10 @@ GEM
arel (2.0.10)
builder (2.1.2)
chunky_png (1.2.5)
compass (0.12.alpha.2)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
erubis (2.6.6)
abstract (>= 1.0.0)
fssm (0.2.7)
Expand Down Expand Up @@ -98,7 +94,7 @@ PLATFORMS
ruby

DEPENDENCIES
compass!
compass (~> 0.12.alpha)
compass-rails!
guard
guard-test
Expand Down
6 changes: 3 additions & 3 deletions gemfiles/rails31.gemfile
Expand Up @@ -2,9 +2,9 @@

source "https://rubygems.org"

gem "compass", :path=>"../../compass"
gem "rb-fsevent"
gem "ruby_gntp"
gem "compass", "~> 0.12.alpha"
gem "rb-fsevent", :require=>false
gem "ruby_gntp", :require=>false
gem "guard"
gem "guard-test"
gem "rails", "3.1.3"
Expand Down
14 changes: 5 additions & 9 deletions gemfiles/rails31.gemfile.lock
@@ -1,11 +1,3 @@
PATH
remote: ../../compass
specs:
compass (0.12.alpha.2.57dcbad)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)

PATH
remote: /Volumes/SSD/Work/compass-rails
specs:
Expand Down Expand Up @@ -46,6 +38,10 @@ GEM
arel (2.2.1)
builder (3.0.0)
chunky_png (1.2.5)
compass (0.12.alpha.2)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
erubis (2.7.0)
fssm (0.2.7)
guard (0.8.8)
Expand Down Expand Up @@ -109,7 +105,7 @@ PLATFORMS
ruby

DEPENDENCIES
compass!
compass (~> 0.12.alpha)
compass-rails!
guard
guard-test
Expand Down

0 comments on commit 995f1d0

Please sign in to comment.