Skip to content

Commit

Permalink
deps(update): test with ruby 2.2.2
Browse files Browse the repository at this point in the history
need to add `test-unit` gem when using ruby >= 2.2.0
  • Loading branch information
rgroux committed Jul 27, 2015
1 parent 3301252 commit f651a40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ rvm:
- 2.0.0
- 2.1.0
- 2.1.1
- 2.2.2
- jruby-19mode
before_install:
- sudo apt-get update
Expand Down
1 change: 1 addition & 0 deletions gollum.gemspec
Expand Up @@ -35,6 +35,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'minitest-reporters', '~> 0.14.16'
s.add_development_dependency 'twitter_cldr', '~> 3.2.0'
s.add_development_dependency 'mocha', '~> 1.1.0'
s.add_development_dependency 'test-unit', '~> 3.1.0' if RUBY_VERSION =~ /^2.2/

# = MANIFEST =
s.files = %w[
Expand Down

0 comments on commit f651a40

Please sign in to comment.