Skip to content

Commit

Permalink
Fix tins to 1.6
Browse files Browse the repository at this point in the history
The 1.6 releases is the latest release to support ruby 1.9
Fixes: #4163

Fixes #4164
  • Loading branch information
ph authored and jordansissel committed Nov 11, 2015
1 parent 468e671 commit d8d7510
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ gem "file-dependencies", "0.1.6"
gem "ci_reporter_rspec", "1.0.0", :group => :development
gem "simplecov", :group => :development
gem "coveralls", :group => :development
# Tins 1.7 requires the ruby 2.0 platform to install,
# this gem is a dependency of term-ansi-color which is a dependency of coveralls.
# 1.6 is the last supported version on jruby.
gem "tins", "1.6", :group => :development
gem "rspec", "~> 3.1.0", :group => :development
gem "logstash-devutils", "~> 0", :group => :development
gem "benchmark-ips", :group => :development
Expand Down

0 comments on commit d8d7510

Please sign in to comment.