Created
February 4, 2011 10:44
-
-
Save thomasjachmann/810981 to your computer and use it in GitHub Desktop.
stack blowing Gemfile
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
source :rubygems | |
gem "rails", "~> 3.0.0" | |
gem "nokogiri", "1.5.0.beta.2" | |
gem "haml", "~> 3.0" | |
gem "hoptoad_notifier", "~> 2.4.2" | |
gem "uuidtools", "~> 2.1.1" | |
gem "ruby_flipper", "~> 0.0.3" | |
gem "ambience", "~> 0.3.0" | |
gem "httpclient", "~> 2.1.5" | |
gem "savon", "~> 0.8.0.beta.3" | |
gem "savon_model", "~> 0.3.1" | |
group :production, :staging do | |
gem "jruby-openssl", "~> 0.7.1", :platforms => :jruby | |
end | |
group :development, :test do | |
gem "ci_reporter", "~> 1.6.3" | |
gem "rspec-rails", "~> 2.0.0" | |
gem "rcov", "0.9.9" | |
gem "ruby-debug" | |
end | |
group :test do | |
gem "autotest" | |
gem "autotest-rails" | |
gem "remarkable", "4.0.0.alpha4" | |
gem "remarkable_activemodel", "4.0.0.alpha4" | |
gem "mocha", "~> 0.9.9" | |
gem "factory_girl", "~> 1.3.0" | |
gem "webmock", "~> 1.6", :require => nil | |
gem "savon_spec", "~> 0.1.1" | |
gem "timecop", "~> 0.3.5" | |
end | |
group :build do | |
gem "warbler", "~> 1.2.0" | |
gem "ivy4r" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment