Skip to content

Commit 581572f

Browse files
committed
Pin mocha to 2.1.0
1 parent 8b2e394 commit 581572f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ group :test do
1111
gem 'ci_reporter', '>= 1.6.3', '< 2.0.0', :require => false
1212
gem 'minitest', '>= 5.1'
1313
gem 'minitest-spec-context'
14-
gem 'mocha'
14+
gem 'mocha', '~> 2.1.0'
1515
gem 'rake', '~> 13.1.0'
1616
gem 'simplecov'
1717
gem 'theforeman-rubocop', '~> 0.1.0'

0 commit comments

Comments
 (0)