File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 44gem 'yard'
55
66group :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'
You can’t perform that action at this time.
0 commit comments