Skip to content

Commit 1a8ccb1

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 0e56fb9 commit 1a8ccb1

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gem 'omni_logger'
1414
gem 'pony'
1515
gem 'rack', '~> 1.0'
1616
gem 'rack-test', '~> 0.6'
17-
gem 'rake', '~> 10.0'
17+
gem 'rake', '~> 12.3'
1818
gem 'rest-client'
1919
gem 'rsolr', '~> 1.0'
2020
gem 'rubyzip', '~> 1.0'

Gemfile.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ GEM
146146
rack-test (0.8.3)
147147
rack (>= 1.0, < 3)
148148
rainbow (3.1.1)
149-
rake (10.5.0)
149+
rake (12.3.3)
150150
rdf (1.0.8)
151151
addressable (>= 2.2)
152152
redis (4.6.0)
@@ -185,6 +185,9 @@ GEM
185185
simplecov_json_formatter (~> 0.1)
186186
simplecov-html (0.12.3)
187187
simplecov_json_formatter (0.1.4)
188+
standard (1.9.1)
189+
rubocop (= 1.26.1)
190+
rubocop-performance (= 1.13.3)
188191
systemu (2.6.5)
189192
test-unit-minitest (0.9.1)
190193
minitest (~> 4.7)
@@ -226,7 +229,7 @@ DEPENDENCIES
226229
pry
227230
rack (~> 1.0)
228231
rack-test (~> 0.6)
229-
rake (~> 10.0)
232+
rake (~> 12.3)
230233
rest-client
231234
rsolr (~> 1.0)
232235
rubocop

0 commit comments

Comments
 (0)