Skip to content

Commit

Permalink
Limit the RSpec to >= 2.11 and < 4.0
Browse files Browse the repository at this point in the history
Closes: mbleigh#136

Signed-off-by: Jongmin Kim <jmkim@pukyong.ac.kr>
  • Loading branch information
jmkim committed Aug 29, 2019
1 parent 56f9133 commit e68b051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seed-fu.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.add_dependency "activerecord", [">= 3.1"]
s.add_dependency "activesupport", [">= 3.1"]

s.add_development_dependency "rspec", "~> 2.0"
s.add_development_dependency "rspec", [">= 2.11", "< 4.0"]
s.add_development_dependency "pg", '~> 0'
s.add_development_dependency "mysql2", '~> 0'
s.add_development_dependency "sqlite3", '~> 0'
Expand Down

0 comments on commit e68b051

Please sign in to comment.