We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db5adf1 commit b42a25eCopy full SHA for b42a25e
Gemfile
@@ -11,6 +11,6 @@ group :development do
11
gem 'ci_reporter_rspec', '1.0.0'
12
gem 'pry'
13
gem 'pry-byebug'
14
- gem 'rake', '10.1.0'
+ gem 'rake', '12.3.3'
15
gem 'syck' if RUBY_VERSION.split('.').first.to_i > 1
16
end
Gemfile.lock
@@ -54,7 +54,7 @@ GEM
54
json_pure
55
rainbow (2.2.2)
56
rake
57
- rake (10.1.0)
+ rake (12.3.3)
58
rchardet (1.8.0)
59
rspec (3.3.0)
60
rspec-core (~> 3.3.0)
@@ -93,7 +93,7 @@ DEPENDENCIES
93
pry
94
pry-byebug
95
puppet (= 3.7.5)
96
- rake (= 10.1.0)
+ rake (= 12.3.3)
97
rspec (= 3.3.0)
98
rubocop (= 0.32.1)
99
syck
0 commit comments