Skip to content

Commit

Permalink
Update rspec and simplecov
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzedge committed May 13, 2015
1 parent 46bf916 commit 0359703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ group :test do
gem 'guard-rspec'
gem 'rb-fsevent'
gem 'rb-inotify'
gem 'simplecov', '~> 0.9.1', require: false
gem 'simplecov', '~> 0.10.0', require: false
end
2 changes: 1 addition & 1 deletion rambling-trie.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
gem.version = Rambling::Trie::VERSION
gem.platform = Gem::Platform::RUBY

gem.add_development_dependency 'rspec', '~> 3.1'
gem.add_development_dependency 'rspec', '~> 3.2'
gem.add_development_dependency 'rake', '~> 10.4'
gem.add_development_dependency 'ruby-prof', '~> 0.15.2'
gem.add_development_dependency 'yard', '~> 0.8.7'
Expand Down

0 comments on commit 0359703

Please sign in to comment.