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.
2 parents e5089c9 + 2610914 commit 802a7aaCopy full SHA for 802a7aa
Gemfile
@@ -3,5 +3,5 @@ source "https://rubygems.org"
3
# Specify your gem's dependencies in gmsc.gemspec
4
gemspec
5
6
-gem "rake", "~> 12.0"
+gem "rake", "~> 13.0"
7
gem "rspec", "~> 3.0"
Gemfile.lock
@@ -15,7 +15,7 @@ GEM
15
pry-doc (1.0.0)
16
pry (~> 0.11)
17
yard (~> 0.9.11)
18
- rake (12.3.3)
+ rake (13.0.3)
19
rspec (3.9.0)
20
rspec-core (~> 3.9.0)
21
rspec-expectations (~> 3.9.0)
@@ -39,7 +39,7 @@ DEPENDENCIES
39
gmsc!
40
pry
41
pry-doc
42
- rake (~> 12.0)
+ rake (~> 13.0)
43
rspec (~> 3.0)
44
45
BUNDLED WITH
0 commit comments