Skip to content

Commit cfbea17

Browse files
committed
Reference rspec-mocks-diag instead of github clone of rspec-mocks
1 parent 8834f6f commit cfbea17

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Gemfile

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ gemspec
44
gem 'yard'
55

66
group :development, :testing do
7-
gem 'jruby-openssl', :platforms => :jruby
8-
gem 'json', :platforms => :jruby
9-
gem 'rspec', '~> 3.0'
7+
gem 'jruby-openssl', platforms: :jruby
8+
gem 'json', platforms: :jruby
9+
# Explicitly specify each rspec dependency so that we can use
10+
# rspec-mocks-diag instead of rspec-mocks
11+
#gem 'rspec', '~> 3.0'
12+
gem 'rspec-core', '~> 3.0'
1013
gem 'mime-types', '~> 1.25'
1114
if RUBY_VERSION >= '2.3'
1215
gem 'activesupport'
@@ -41,7 +44,8 @@ group :testing do
4144
gem 'ice_nine'
4245
gem 'rspec-retry'
4346
if RUBY_VERSION >= '2.3'
44-
gem 'rspec-mocks', github: 'p-mongo/rspec-mocks', branch: 'args-history'
47+
gem 'rspec-expectations', '~> 3.0'
48+
gem 'rspec-mocks-diag', '~> 3.0'
4549
end
4650
gem 'rfc'
4751
gem 'fuubar'

0 commit comments

Comments
 (0)