Skip to content

Commit

Permalink
Support MRI 1.8.7
Browse files Browse the repository at this point in the history
* Add 1.8.7 to `.travis.yml`.
* Remove `debugger` from the gemspec.

Closes #20.
  • Loading branch information
blom committed Apr 25, 2013
1 parent a306288 commit 8885bc1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
1 change: 0 additions & 1 deletion tugboat.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ Gem::Specification.new do |gem|
gem.add_development_dependency "rspec-expectations", "~> 2.13.0"
gem.add_development_dependency "rspec-mocks", "~> 2.13.0"
gem.add_development_dependency "webmock", "~> 1.11.0"
gem.add_development_dependency "debugger", "~> 1.5.0"
end

0 comments on commit 8885bc1

Please sign in to comment.