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

Commit

Permalink
Add a dependency on rake.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-burns committed Mar 16, 2012
1 parent 3f736ea commit 994fe22
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
47 changes: 47 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
PATH
remote: .
specs:
bourbon (1.4.0)
sass (>= 3.1)

GEM
remote: http://rubygems.org/
specs:
aruba (0.4.11)
childprocess (>= 0.2.3)
cucumber (>= 1.1.1)
ffi (>= 1.0.11)
rspec (>= 2.7.0)
builder (3.0.0)
childprocess (0.3.1)
ffi (~> 1.0.6)
cucumber (1.1.9)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
gherkin (~> 2.9.0)
json (>= 1.4.6)
term-ansicolor (>= 1.0.6)
diff-lcs (1.1.3)
ffi (1.0.11)
gherkin (2.9.0)
json (>= 1.4.6)
json (1.6.5)
rake (0.9.2.2)
rspec (2.8.0)
rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0)
rspec-mocks (~> 2.8.0)
rspec-core (2.8.0)
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.8.0)
sass (3.1.15)
term-ansicolor (1.0.7)

PLATFORMS
ruby

DEPENDENCIES
aruba (~> 0.4)
bourbon!
rake
1 change: 1 addition & 0 deletions bourbon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ that support only CSS3 prefixed properties.
s.add_dependency('sass', '>= 3.1')

s.add_development_dependency('aruba', '~> 0.4')
s.add_development_dependency('rake')
end

0 comments on commit 994fe22

Please sign in to comment.