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 d7cc987 commit c378baeCopy full SHA for c378bae
Gemfile
@@ -10,6 +10,6 @@ group :development do
10
gem 'ci_reporter_rspec', '1.0.0'
11
gem 'pry'
12
gem 'pry-byebug'
13
- gem 'rake', '10.1.0'
+ gem 'rake', '12.3.3'
14
gem 'syck' if RUBY_VERSION.split('.').first.to_i > 1
15
end
Gemfile.lock
@@ -44,7 +44,7 @@ GEM
44
json_pure
45
rainbow (2.2.2)
46
rake
47
- rake (10.1.0)
+ rake (12.3.3)
48
rspec (3.3.0)
49
rspec-core (~> 3.3.0)
50
rspec-expectations (~> 3.3.0)
@@ -81,7 +81,7 @@ DEPENDENCIES
81
pry
82
pry-byebug
83
puppet (= 3.7.5)
84
- rake (= 10.1.0)
+ rake (= 12.3.3)
85
rspec (= 3.3.0)
86
rubocop (= 0.32.1)
87
syck
0 commit comments