Skip to content

Commit 4e892a9

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 3728fab commit 4e892a9

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
@@ -9,7 +9,7 @@ gem 'multi_json', '~> 1.0'
99
gem 'oj', '~> 2.0'
1010
gem 'parseconfig'
1111
gem 'rack'
12-
gem 'rake', '~> 10.0'
12+
gem 'rake', '~> 12.3'
1313
gem 'sinatra', '~> 1.0'
1414
gem 'sinatra-advanced-routes'
1515
gem 'sinatra-contrib', '~> 1.0'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ GEM
242242
rack (>= 1.3)
243243
rack-timeout (0.6.3)
244244
raindrops (0.20.0)
245-
rake (10.5.0)
245+
rake (12.3.3)
246246
rdf (1.0.8)
247247
addressable (>= 2.2)
248248
redcarpet (3.5.1)
@@ -360,7 +360,7 @@ DEPENDENCIES
360360
rack-post-body-to-params!
361361
rack-test
362362
rack-timeout
363-
rake (~> 10.0)
363+
rake (~> 12.3)
364364
redcarpet
365365
redis
366366
redis-activesupport

0 commit comments

Comments
 (0)