Skip to content

Commit

Permalink
Updated gem dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JaniJegoroff committed Jul 4, 2016
1 parent 06fe6cd commit 8f3e110
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ end

desc 'Execute RuboCop static code analysis'
RuboCop::RakeTask.new(:rubocop) do |t|
t.patterns = %w(lib/**/*.rb spec/**/*.rb)
t.patterns = %w(Rakefile lib/**/*.rb spec/**/*.rb)
t.options = %w(-D)
t.fail_on_error = true
end

task :default => :test
task default: :test
6 changes: 3 additions & 3 deletions to_boolean.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Gem::Specification.new do |gem|

gem.test_files = Dir.glob('spec/**/*.rb')

gem.add_development_dependency 'rake', '~> 11.1'
gem.add_development_dependency 'minitest', '~> 5.8'
gem.add_development_dependency 'rake', '~> 11.2'
gem.add_development_dependency 'minitest', '~> 5.9'
gem.add_development_dependency 'minitest-reporters', '~> 1.1'
gem.add_development_dependency 'rubocop', '~> 0.40'
gem.add_development_dependency 'rubocop', '~> 0.41'
gem.add_development_dependency 'coveralls', '~> 0.8'
end

0 comments on commit 8f3e110

Please sign in to comment.