Skip to content

Commit 84a9cbe

Browse files
committed
Fix bundler args in travis.
1 parent c997f6c commit 84a9cbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ group :debug do
1010
end
1111

1212
group :development, :test do
13-
gem 'simplecov', require: false, platform: :mri
14-
gem 'coveralls', require: false, platform: :mri
13+
gem 'simplecov', platforms: :mri
14+
gem 'coveralls', '~> 0.8', platforms: :mri
1515
end

0 commit comments

Comments
 (0)