Skip to content

Commit

Permalink
Update rspec dependency to ~> 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
emsk committed Oct 18, 2017
1 parent b4f70da commit 4ab2274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redmine_activity.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler', '~> 1.12'
spec.add_development_dependency 'coveralls', '~> 0.8'
spec.add_development_dependency 'rake', '~> 12.0'
spec.add_development_dependency 'rspec', '~> 3.6'
spec.add_development_dependency 'rspec', '~> 3.7'
spec.add_development_dependency 'rubocop', '~> 0.50'
spec.add_development_dependency 'simplecov', '~> 0.14'
spec.add_development_dependency 'vcr', '~> 3.0'
Expand Down

0 comments on commit 4ab2274

Please sign in to comment.