Skip to content

Commit

Permalink
Constrain mocha gem to 1.2.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkoutso committed Jul 5, 2021
1 parent 8c8b045 commit 50a93cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'json', :git => 'https://github.com/segiddins/json.git', :branch => 'seg-1.7

group :development do
gem 'bacon'
gem 'mocha'
gem 'mocha', '~> 1.2.0'
gem 'mocha-on-bacon'
gem 'prettybacon'
gem 'rake', '~> 12.0'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ DEPENDENCIES
danger
json!
kicker
mocha
mocha (~> 1.2.0)
mocha-on-bacon
prettybacon
rake (~> 12.0)
Expand Down

0 comments on commit 50a93cc

Please sign in to comment.