We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919faab commit 8fa64c2Copy full SHA for 8fa64c2
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Ruby environment
15
uses: ruby/setup-ruby@v1
16
with:
17
- ruby-version: '3.4.5'
+ ruby-version: '3.4.7'
18
bundler-cache: true
19
20
- name: Set up database
Gemfile
@@ -1,6 +1,6 @@
1
source 'https://rubygems.org'
2
3
-ruby ENV['CUSTOM_RUBY_VERSION'] || '~> 3.4.6'
+ruby ENV['CUSTOM_RUBY_VERSION'] || '~> 3.4.7'
4
5
gem 'rails', '~> 8.0'
6
gem 'puma'
0 commit comments