Skip to content

Commit

Permalink
bump rspec to fix Rake compatibility issues due to undefined method l…
Browse files Browse the repository at this point in the history
…ast_comment
  • Loading branch information
izakp committed Mar 24, 2020
1 parent efd1055 commit c080188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion estella.gemspec
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |gem|

gem.add_development_dependency 'activerecord'
gem.add_development_dependency 'rake', '>= 12.3.3'
gem.add_development_dependency 'rspec', '~> 3.1.0'
gem.add_development_dependency 'rspec', '>= 3.5'
gem.add_development_dependency 'rspec-expectations'
gem.add_development_dependency 'rubocop', '0.60.0'
gem.add_development_dependency 'sqlite3'
Expand Down

0 comments on commit c080188

Please sign in to comment.