Skip to content

Commit

Permalink
Merge pull request #170 from identity-research-lab/CoralineAda-patch-4
Browse files Browse the repository at this point in the history
Update rubyonrails.yml
  • Loading branch information
CoralineAda authored Oct 30, 2024
2 parents d514368 + 0a83cb7 commit a4585b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ jobs:
uses: actions/checkout@v4
# Add or replace dependency steps here
- name: Install Ruby and gems
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: '3.3.5'
# Add or replace database setup steps here
- name: Set up database schema
run: bin/rails db:schema:load
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.2.2
ruby 3.3.5
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

ruby "3.2.2"
ruby "3.3.5"

# TMI-specific
gem 'sidekiq'
Expand Down

0 comments on commit a4585b7

Please sign in to comment.