We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f0031 commit 15b83c4Copy full SHA for 15b83c4
Gemfile
@@ -1,4 +1,4 @@
1
source "https://rubygems.org"
2
3
-gem "rake"
+gem 'rake', '< 11.0'
4
gem "rspec", "~>3.0"
Gemfile.lock
@@ -20,8 +20,8 @@ PLATFORMS
20
ruby
21
22
DEPENDENCIES
23
- rake
+ rake (< 11.0)
24
rspec (~> 3.0)
25
26
BUNDLED WITH
27
- 1.12.1
+ 1.13.6
0 commit comments