Skip to content

Commit

Permalink
set rspec version to 2.99
Browse files Browse the repository at this point in the history
  • Loading branch information
spaghetticode committed Jul 9, 2014
1 parent af2da7b commit 2d0f7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bracket_tree.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_development_dependency "rspec"
s.add_development_dependency "rspec", '2.99'
s.add_development_dependency "rake"
end

0 comments on commit 2d0f7c9

Please sign in to comment.