diff --git a/Gemfile b/Gemfile index 504f5a5..4b1abf6 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ ruby '~> 2.6.3' source 'https://rubygems.org' gem 'dotenv' -gem 'rake', '~> 12.3.2' +gem 'rake', '~> 12.3.3' gem 'irb' # no longer included with ruby 2.6 # posting methods, used by most bots diff --git a/Gemfile.lock b/Gemfile.lock index 3cee24e..6263643 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -130,7 +130,7 @@ GEM gobject-introspection (= 3.3.6) pkg-config (1.3.7) public_suffix (3.1.1) - rake (12.3.2) + rake (12.3.3) rest-client (2.1.0.rc1) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) @@ -177,7 +177,7 @@ DEPENDENCIES mastodon-api (~> 2.0.0) nokogiri (>= 1.8.5) noun-project-api (~> 0.2.2) - rake (~> 12.3.2) + rake (~> 12.3.3) rest-client rmagick (~> 2.15.4) ruby-opencv (~> 0.0.18)