Skip to content

Commit

Permalink
Update rspec dependency to ~> 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
emsk committed Jul 7, 2016
1 parent 5d2bc53 commit be4ac0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion romajic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'rainbow', '~> 2.1'
spec.add_development_dependency 'bundler', '~> 1.11'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rspec', '~> 3.4'
spec.add_development_dependency 'rspec', '~> 3.5'
spec.add_development_dependency 'simplecov', '~> 0.11'
spec.add_development_dependency 'coveralls', '~> 0.8'
spec.add_development_dependency 'yard', '~> 0.8'
Expand Down

0 comments on commit be4ac0e

Please sign in to comment.