Skip to content

Commit

Permalink
Presumably coveralls works on 2.2 and 2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
sporkmonger committed Nov 4, 2016
1 parent 5b53b31 commit 3c47c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ group :test, :development do
gem 'rake', '> 10.0', '< 12'
gem 'simplecov', :require => false
gem 'coveralls', :require => false, :platforms => [
:ruby_20, :ruby_21, :rbx, :jruby
:ruby_20, :ruby_21, :ruby_22, :ruby_23
]
# Used to test compatibility.
gem 'rack-mount', git: 'https://github.com/sporkmonger/rack-mount.git', require: 'rack/mount'
Expand Down

0 comments on commit 3c47c58

Please sign in to comment.