Created
October 15, 2011 21:06
-
-
Save bltavares/1290145 to your computer and use it in GitHub Desktop.
Problem with bourbon 1.0.4
This file contains hidden or 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
source 'http://rubygems.org' | |
gem "rake", "0.8.7" | |
gem 'rails', '3.1.0' | |
# Bundle edge Rails instead: | |
# gem 'rails', :git => 'git://github.com/rails/rails.git' | |
#gem 'mysql2', "~> 0.3.0" | |
gem "pg" | |
# Use unicorn as the web server | |
# gem 'unicorn' | |
# Deploy with Capistrano | |
# gem 'capistrano' | |
# To use debugger (ruby-debug for Ruby 1.8.7+, ruby-debug19 for Ruby 1.9.2+) | |
# gem 'ruby-debug' | |
# gem 'ruby-debug19', :require => 'ruby-debug' | |
# Bundle the extra gems: | |
# gem 'bj' | |
# gem 'nokogiri' | |
# gem 'sqlite3-ruby', :require => 'sqlite3' | |
# gem 'aws-s3', :require => 'aws/s3' | |
# Gems used only for assets and not required | |
# in production environments by default. | |
group :assets do | |
gem 'sass-rails', " ~> 3.1.0" | |
gem 'coffee-rails', "~> 3.1.0" | |
gem 'uglifier' | |
gem "bourbon", "~> 0.2.1" | |
end | |
gem 'jquery-rails' | |
# Bundle gems for the local environment. Make sure to | |
# put test-only gems in this group so their generators | |
# and rake tasks are available in development mode: | |
group :development, :test do | |
# gem 'webrat' | |
gem "cucumber-rails" | |
gem "rspec-rails", ">= 2.0.1" | |
gem "capybara" | |
gem 'database_cleaner' | |
gem 'sqlite3' | |
gem "launchy" | |
#gem "mocha" | |
gem "rcov" | |
gem "shoulda-matchers" | |
gem "spork",">=0.9.0.rc2" | |
gem "autotest" | |
gem "autotest-rails" | |
gem "ZenTest" | |
gem 'fabrication' | |
gem "faker" | |
gem "escape_utils" | |
end | |
gem "haml", ">= 3.0.0" | |
gem "haml-rails" | |
gem "carrierwave" | |
gem "rmagick" | |
gem "jquery-rails" | |
gem "simple_form" | |
gem "kaminari" | |
gem "brcobranca", "~> 3.0.0", :git => 'git://github.com/kivanio/brcobranca' | |
gem "rghost", "0.8.7.6" |
This file contains hidden or 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
GIT | |
remote: git://github.com/kivanio/brcobranca | |
revision: c8f144fa270fec1ac11085c2036514fd0e5e605e | |
specs: | |
brcobranca (3.0.0) | |
activemodel (>= 3.0.0) | |
parseline (>= 1.0.3) | |
rghost (>= 0.8.7) | |
rghost_barcode (>= 0.8) | |
GEM | |
remote: http://rubygems.org/ | |
specs: | |
ZenTest (4.5.0) | |
actionmailer (3.1.0) | |
actionpack (= 3.1.0) | |
mail (~> 2.3.0) | |
actionpack (3.1.0) | |
activemodel (= 3.1.0) | |
activesupport (= 3.1.0) | |
builder (~> 3.0.0) | |
erubis (~> 2.7.0) | |
i18n (~> 0.6) | |
rack (~> 1.3.2) | |
rack-cache (~> 1.0.3) | |
rack-mount (~> 0.8.2) | |
rack-test (~> 0.6.1) | |
sprockets (~> 2.0.0) | |
activemodel (3.1.0) | |
activesupport (= 3.1.0) | |
bcrypt-ruby (~> 3.0.0) | |
builder (~> 3.0.0) | |
i18n (~> 0.6) | |
activerecord (3.1.0) | |
activemodel (= 3.1.0) | |
activesupport (= 3.1.0) | |
arel (~> 2.2.1) | |
tzinfo (~> 0.3.29) | |
activeresource (3.1.0) | |
activemodel (= 3.1.0) | |
activesupport (= 3.1.0) | |
activesupport (3.1.0) | |
multi_json (~> 1.0) | |
addressable (2.2.6) | |
arel (2.2.1) | |
autotest (4.4.6) | |
ZenTest (>= 4.4.1) | |
autotest-rails (4.1.1) | |
ZenTest (= 4.5) | |
bcrypt-ruby (3.0.1) | |
bourbon (0.2.1) | |
sass (>= 3.1) | |
builder (3.0.0) | |
capybara (1.1.1) | |
mime-types (>= 1.16) | |
nokogiri (>= 1.3.3) | |
rack (>= 1.0.0) | |
rack-test (>= 0.5.4) | |
selenium-webdriver (~> 2.0) | |
xpath (~> 0.1.4) | |
carrierwave (0.5.7) | |
activesupport (~> 3.0) | |
childprocess (0.2.2) | |
ffi (~> 1.0.6) | |
coffee-rails (3.1.1) | |
coffee-script (>= 2.2.0) | |
railties (~> 3.1.0) | |
coffee-script (2.2.0) | |
coffee-script-source | |
execjs | |
coffee-script-source (1.1.2) | |
cucumber (1.1.0) | |
builder (>= 2.1.2) | |
diff-lcs (>= 1.1.2) | |
gherkin (~> 2.5.0) | |
json (>= 1.4.6) | |
term-ansicolor (>= 1.0.6) | |
cucumber-rails (1.1.1) | |
capybara (>= 1.1.1) | |
cucumber (>= 1.1.0) | |
nokogiri (>= 1.5.0) | |
database_cleaner (0.6.7) | |
diff-lcs (1.1.3) | |
erubis (2.7.0) | |
escape_utils (0.2.4) | |
execjs (1.2.9) | |
multi_json (~> 1.0) | |
fabrication (1.2.0) | |
faker (1.0.1) | |
i18n (~> 0.4) | |
ffi (1.0.9) | |
gherkin (2.5.2) | |
json (>= 1.4.6) | |
haml (3.1.3) | |
haml-rails (0.3.4) | |
actionpack (~> 3.0) | |
activesupport (~> 3.0) | |
haml (~> 3.0) | |
railties (~> 3.0) | |
hike (1.2.1) | |
i18n (0.6.0) | |
jquery-rails (1.0.16) | |
railties (~> 3.0) | |
thor (~> 0.14) | |
json (1.6.1) | |
json_pure (1.6.1) | |
kaminari (0.12.4) | |
rails (>= 3.0.0) | |
launchy (2.0.5) | |
addressable (~> 2.2.6) | |
mail (2.3.0) | |
i18n (>= 0.4.0) | |
mime-types (~> 1.16) | |
treetop (~> 1.4.8) | |
mime-types (1.16) | |
multi_json (1.0.3) | |
nokogiri (1.5.0) | |
parseline (1.0.3) | |
pg (0.11.0) | |
polyglot (0.3.2) | |
rack (1.3.4) | |
rack-cache (1.0.3) | |
rack (>= 0.4) | |
rack-mount (0.8.3) | |
rack (>= 1.0.0) | |
rack-ssl (1.3.2) | |
rack | |
rack-test (0.6.1) | |
rack (>= 1.0) | |
rails (3.1.0) | |
actionmailer (= 3.1.0) | |
actionpack (= 3.1.0) | |
activerecord (= 3.1.0) | |
activeresource (= 3.1.0) | |
activesupport (= 3.1.0) | |
bundler (~> 1.0) | |
railties (= 3.1.0) | |
railties (3.1.0) | |
actionpack (= 3.1.0) | |
activesupport (= 3.1.0) | |
rack-ssl (~> 1.3.2) | |
rake (>= 0.8.7) | |
rdoc (~> 3.4) | |
thor (~> 0.14.6) | |
rake (0.8.7) | |
rcov (0.9.11) | |
rdoc (3.10) | |
json (~> 1.4) | |
rghost (0.8.7.6) | |
rghost_barcode (0.9) | |
rmagick (2.13.1) | |
rspec (2.6.0) | |
rspec-core (~> 2.6.0) | |
rspec-expectations (~> 2.6.0) | |
rspec-mocks (~> 2.6.0) | |
rspec-core (2.6.4) | |
rspec-expectations (2.6.0) | |
diff-lcs (~> 1.1.2) | |
rspec-mocks (2.6.0) | |
rspec-rails (2.6.1) | |
actionpack (~> 3.0) | |
activesupport (~> 3.0) | |
railties (~> 3.0) | |
rspec (~> 2.6.0) | |
rubyzip (0.9.4) | |
sass (3.1.10) | |
sass-rails (3.1.4) | |
actionpack (~> 3.1.0) | |
railties (~> 3.1.0) | |
sass (>= 3.1.4) | |
sprockets (~> 2.0.0) | |
tilt (~> 1.3.2) | |
selenium-webdriver (2.8.0) | |
childprocess (>= 0.2.1) | |
ffi (>= 1.0.7) | |
json_pure | |
rubyzip | |
shoulda-matchers (1.0.0.beta3) | |
simple_form (1.5.2) | |
actionpack (~> 3.0) | |
activemodel (~> 3.0) | |
spork (0.9.0.rc9) | |
sprockets (2.0.2) | |
hike (~> 1.2) | |
rack (~> 1.0) | |
tilt (~> 1.1, != 1.3.0) | |
sqlite3 (1.3.4) | |
term-ansicolor (1.0.7) | |
thor (0.14.6) | |
tilt (1.3.3) | |
treetop (1.4.10) | |
polyglot | |
polyglot (>= 0.3.1) | |
tzinfo (0.3.30) | |
uglifier (1.0.3) | |
execjs (>= 0.3.0) | |
multi_json (>= 1.0.2) | |
xpath (0.1.4) | |
nokogiri (~> 1.3) | |
PLATFORMS | |
ruby | |
DEPENDENCIES | |
ZenTest | |
autotest | |
autotest-rails | |
bourbon (~> 0.2.1) | |
brcobranca (~> 3.0.0)! | |
capybara | |
carrierwave | |
coffee-rails (~> 3.1.0) | |
cucumber-rails | |
database_cleaner | |
escape_utils | |
fabrication | |
faker | |
haml (>= 3.0.0) | |
haml-rails | |
jquery-rails | |
kaminari | |
launchy | |
pg | |
rails (= 3.1.0) | |
rake (= 0.8.7) | |
rcov | |
rghost (= 0.8.7.6) | |
rmagick | |
rspec-rails (>= 2.0.1) | |
sass-rails (~> 3.1.0) | |
shoulda-matchers | |
simple_form | |
spork (>= 0.9.0.rc2) | |
sqlite3 | |
uglifier |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment