We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa89d23 commit 6faab27Copy full SHA for 6faab27
Gemfile
@@ -9,7 +9,7 @@ group :development do
9
gem 'ci_reporter_rspec', '1.0.0'
10
gem 'pry'
11
gem 'pry-byebug'
12
- gem 'rake', '10.1.0'
+ gem 'rake', '12.3.3'
13
gem 'rubocop', '0.32.1'
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