Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
korny committed Jan 15, 2017
1 parent f0a78e7 commit f38438f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ rvm:
- 2.0
- 2.1
- 2.2
- 2.3.0
- 2.4.0
- 2.3
- 2.4
- ruby-head
- jruby-18mode
- jruby-19mode
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ group :development do
gem "bundler"
gem "rake", "~> 10.5"
gem "RedCloth", RUBY_PLATFORM == 'java' ? ">= 4.2.7" : ">= 4.0.3"
gem "term-ansicolor"
gem "term-ansicolor", "~> 1.3.2"
gem 'tins', '~> 1.6.0'
gem "shoulda-context"
gem "test-unit"
gem "json" if RUBY_VERSION < '1.9'
gem "json", "~> 1.8" if RUBY_VERSION < '1.9'
gem "rdoc"
end

0 comments on commit f38438f

Please sign in to comment.