We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a383514 + 4419ffa commit 3a6e38dCopy full SHA for 3a6e38d
.ruby-version
@@ -1 +1 @@
1
-3.4.6
+3.4.8
Gemfile
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
2
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
3
4
-ruby '3.4.6'
+ruby '3.4.8'
5
6
gem 'bootsnap', require: false
7
gem 'devise'
@@ -52,4 +52,5 @@ group :test do
52
gem 'timecop'
53
gem 'vcr'
54
gem 'webmock'
55
+ gem 'minitest', '< 6'
56
end
0 commit comments