Gemfile in jekyll-git-hash-0.1.0 vs Gemfile in jekyll-git-hash-0.1.1

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true # (The MIT License) # -# Copyright (c) 2014-2023 Yegor Bugayenko +# Copyright (c) 2014-2024 Yegor Bugayenko # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal # in the Software without restriction, including without limitation the rights # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell @@ -23,8 +23,8 @@ # SOFTWARE. source 'https://rubygems.org' gemspec -gem 'rake', '13.0.6', require: false -gem 'rubocop', '1.51.0', require: false -gem 'rubocop-rspec', '2.22.0', require: false +gem 'rake', '13.1.0', require: false +gem 'rubocop', '1.59.0', require: false +gem 'rubocop-rspec', '2.25.0', require: false