Skip to content

Commit

Permalink
Lock rake version to unbreak CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwynn committed Jan 5, 2017
1 parent b66a2b6 commit 26ef1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'jruby-openssl', :platforms => :jruby
gem 'rake'
gem 'rake', '> 11.0.1', '< 12.0'

group :development do
gem 'awesome_print', :require => 'ap'
Expand Down

0 comments on commit 26ef1be

Please sign in to comment.