Skip to content

Commit 2c42bfa

Browse files
Bump rake from 0.9.2.2 to 12.3.3
Bumps [rake](https://github.com/ruby/rake) from 0.9.2.2 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@v0.9.2.2...v12.3.3) Signed-off-by: dependabot[bot] <support@github.com>
1 parent e897c14 commit 2c42bfa

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 'redis-namespace'
1010

1111
gem 'puma'
1212
gem 'sinatra', '~> 2.0.3'
13-
gem 'rake', '~> 0.9.2.2'
13+
gem 'rake', '~> 12.3.3'
1414

1515
gem 'sentry-raven'
1616

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ GEM
5555
rack
5656
rack-test (1.0.0)
5757
rack (>= 1.0, < 3)
58-
rake (0.9.2.2)
58+
rake (12.3.3)
5959
redis (3.3.5)
6060
redis-namespace (1.6.0)
6161
redis (>= 3.0.4)
@@ -99,7 +99,7 @@ DEPENDENCIES
9999
pry
100100
puma
101101
rack-test
102-
rake (~> 0.9.2.2)
102+
rake (~> 12.3.3)
103103
redis-namespace
104104
rspec (~> 2.9)
105105
sentry-raven

0 commit comments

Comments
 (0)