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