Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a78e7 commit f38438fCopy full SHA for f38438f
.travis.yml
@@ -8,8 +8,8 @@ rvm:
8
- 2.0
9
- 2.1
10
- 2.2
11
- - 2.3.0
12
- - 2.4.0
+ - 2.3
+ - 2.4
13
- ruby-head
14
- jruby-18mode
15
- jruby-19mode
Gemfile
@@ -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"
16
- gem "json" if RUBY_VERSION < '1.9'
+ gem "json", "~> 1.8" if RUBY_VERSION < '1.9'
17
gem "rdoc"
18
end
0 commit comments