Skip to content

Commit

Permalink
Require RSpec >= 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoamaro committed Apr 22, 2020
1 parent 53aff4d commit 904ece5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspec-queue.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ spec = Gem::Specification.new do |s|
s.executables << 'rspec-queue'
s.executables << 'rspec-queue-worker'

s.add_dependency 'rspec-core', '>= 3.0'
s.add_dependency 'rspec-core', '>= 3.2'
s.add_development_dependency 'rspec'
end

0 comments on commit 904ece5

Please sign in to comment.