Updated gem dependencies
Necessary to update all dependencies to latest versions now that we are using Ruby 3.3.0. Details: * link:https://alchemists.io/projects/caliber[Caliber]. * link:https://github.com/ruby/debug[Debug]. * link:https://alchemists.io/projects/git-lint[Git Lint]: Temporarily disabled until next major release. Milestone: major
This commit is contained in:
8
Gemfile
8
Gemfile
@@ -4,7 +4,7 @@ ruby file: ".ruby-version"
|
|||||||
|
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "caliber", "~> 0.42"
|
gem "caliber", "~> 0.47"
|
||||||
gem "debug", "~> 1.8"
|
gem "debug", "~> 1.9"
|
||||||
gem "git-lint", "~> 6.0"
|
gem "git-lint", "~> 7.0"
|
||||||
gem "rake", "~> 13.0"
|
gem "rake", "~> 13.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user