We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c334037 commit 020488bCopy full SHA for 020488b
Gemfile
@@ -1,5 +1,5 @@
1
source 'https://rubygems.org'
2
3
gem 'serverspec'
4
-gem 'rake'
+gem 'rake', '~> 12.3.3'
5
gem 'pry'
Gemfile.lock
@@ -12,7 +12,7 @@ GEM
12
pry (0.11.3)
13
coderay (~> 1.1.0)
14
method_source (~> 0.9.0)
15
- rake (12.3.0)
+ rake (12.3.3)
16
rspec (3.7.0)
17
rspec-core (~> 3.7.0)
18
rspec-expectations (~> 3.7.0)
@@ -46,8 +46,8 @@ PLATFORMS
46
47
DEPENDENCIES
48
pry
49
- rake
+ rake (~> 12.3.3)
50
serverspec
51
52
BUNDLED WITH
53
- 1.16.0
+ 1.17.2
0 commit comments