Skip to content

Commit

Permalink
Update rspec 💎 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Aug 3, 2017
1 parent b514bc3 commit 7619d0c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec = Gem::Specification.new do |s|
s.add_dependency "activesupport", ">= 4"

s.add_development_dependency "rake"
s.add_development_dependency "rspec", "~> 3.3"
s.add_development_dependency "rspec", "~> 3.6"
s.add_development_dependency "yard"
end

Expand Down
Loading

0 comments on commit 7619d0c

Please sign in to comment.