Skip to content

Commit

Permalink
travis: Use rake < 12.0.0
Browse files Browse the repository at this point in the history
Rake 12.0.0 got released on Dec 6 but our rspec version still uses
removed code.
  • Loading branch information
Rick Salevsky committed Dec 7, 2016
1 parent 876aa0f commit bf64e90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
source "https://rubygems.org"

group :development do
gem "rake", "< 12.0.0"
gem "uglifier", "~> 2.7.2"
gem "sass", "~> 3.2.19"
gem "sprockets-standalone", "~> 1.2.1"
Expand Down

0 comments on commit bf64e90

Please sign in to comment.