Skip to content

Commit

Permalink
build: Ensure Rake version required is compatible with Maze tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec authored and kattrali committed May 17, 2018
1 parent 7ffa3de commit 8bf6647
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"

group :test, optional: true do
gem 'rake', '~> 10.1.1'
gem 'rake', RUBY_VERSION <= '1.9.3' ? '~> 11.3.0' : '~> 12.3.0'
gem 'rspec'
gem 'rspec-mocks'
gem 'rdoc', '~> 5.1.0'
Expand Down

0 comments on commit 8bf6647

Please sign in to comment.