Skip to content

Commit

Permalink
Updated gem dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JaniJegoroff committed Apr 15, 2017
1 parent c6ca238 commit 85c9406
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,8 +10,8 @@ end

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

Expand Down
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.2'
gem.add_development_dependency 'minitest', '~> 5.9'
gem.add_development_dependency 'rake', '~> 12.0'
gem.add_development_dependency 'minitest', '~> 5.10'
gem.add_development_dependency 'minitest-reporters', '~> 1.1'
gem.add_development_dependency 'rubocop', '~> 0.41'
gem.add_development_dependency 'rubocop', '~> 0.48'
gem.add_development_dependency 'coveralls', '~> 0.8'
end

0 comments on commit 85c9406

Please sign in to comment.