Skip to content

Commit 50a93cc

Browse files
committed
Constrain mocha gem to 1.2.0 version
1 parent 8c8b045 commit 50a93cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem 'json', :git => 'https://github.com/segiddins/json.git', :branch => 'seg-1.7
1111

1212
group :development do
1313
gem 'bacon'
14-
gem 'mocha'
14+
gem 'mocha', '~> 1.2.0'
1515
gem 'mocha-on-bacon'
1616
gem 'prettybacon'
1717
gem 'rake', '~> 12.0'

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ DEPENDENCIES
122122
danger
123123
json!
124124
kicker
125-
mocha
125+
mocha (~> 1.2.0)
126126
mocha-on-bacon
127127
prettybacon
128128
rake (~> 12.0)

0 commit comments

Comments
 (0)