Skip to content

Commit aa72196

Browse files
Bump rake from 10.5.0 to 12.3.3
Bumps [rake](https://github.com/ruby/rake) from 10.5.0 to 12.3.3. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v10.5.0...v12.3.3) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 56f15f4 commit aa72196

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem 'multi_json', '~> 1.0'
1010
gem 'oj', '~> 2.0'
1111
gem 'parseconfig'
1212
gem 'rack'
13-
gem 'rake', '~> 10.0'
13+
gem 'rake', '~> 12.3'
1414
gem 'sinatra', '~> 1.0'
1515
gem 'sinatra-advanced-routes'
1616
gem 'sinatra-contrib', '~> 1.0'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ GEM
277277
rack (>= 1.1, < 3.0)
278278
unicorn (~> 5.1)
279279
raindrops (0.20.0)
280-
rake (10.5.0)
280+
rake (12.3.3)
281281
rdf (1.0.8)
282282
addressable (>= 2.2)
283283
recursive-open-struct (1.1.3)
@@ -400,7 +400,7 @@ DEPENDENCIES
400400
rack-test
401401
rack-timeout
402402
rainbows
403-
rake (~> 10.0)
403+
rake (~> 12.3)
404404
redcarpet
405405
redis
406406
redis-activesupport

0 commit comments

Comments
 (0)