Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sija committed Apr 29, 2017
1 parent f6b0b15 commit 2599751
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Expand Up @@ -8,8 +8,8 @@ gem 'rake'
group :test do
gem 'shoulda'
gem 'shoulda-context'
gem 'simplecov', :require => false
gem 'minitest', '4.2', :require => false
gem 'jferris-mocha', :require => false
gem 'json'
gem 'simplecov', '~> 0.14', require: false
gem 'minitest', '4.2', require: false
gem 'jferris-mocha', require: false
gem 'json', '>= 1.8.5'
end
2 changes: 1 addition & 1 deletion test/test_helper.rb
@@ -1,6 +1,6 @@
begin
require 'simplecov'
SimpleCov.adapters.define 'garb' do
SimpleCov.profiles.define 'garb' do
add_filter '/test/'
add_filter '/config/'
add_filter 'version'
Expand Down

0 comments on commit 2599751

Please sign in to comment.