Merge pull request #127 from 3flex/remove-rubygems-2.2.0-workaround

remove workaround for Rubygems 2.2.0 bug
This commit is contained in:
Ashley Penney 2014-01-07 08:38:13 -08:00
commit c135bafece

View file

@ -3,12 +3,6 @@ branches:
only:
- master
language: ruby
# work around RubyGems 2.2.0 breaking ruby 1.8.7
# https://github.com/rubygems/rubygems/pull/763
# https://github.com/freerange/mocha/commit/66bab2a8f4e7cd8734bf88e6f32157c0d5153125
before_install:
- gem update --system 2.1.11
- gem --version
bundler_args: --without development
script: bundle exec rake spec SPEC_OPTS='--format documentation'
after_success: