Skip to content

Commit 4e3f94e

Browse files
committed
Update used dependencies
1 parent 631e3c7 commit 4e3f94e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Gemfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,9 @@ group :development, :test do
99
end
1010

1111
group :test do
12-
platform :mri do
13-
gem "codeclimate-test-reporter", require: false
14-
gem 'simplecov', require: false
15-
end
12+
gem 'simplecov', require: false, platform: :mri
1613
end
1714

1815
group :tools do
19-
gem 'ossy', git: 'https://github.com/solnic/ossy.git', branch: 'master'
16+
gem 'ossy', git: 'https://github.com/solnic/ossy.git', branch: 'master', platform: :mri
2017
end

0 commit comments

Comments
 (0)