Skip to content

Commit

Permalink
Bum to 3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
leticiaoliveira5 committed Feb 18, 2025
1 parent 474eb26 commit 1165dde
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Ruby 3.2.4
- name: Set up Ruby 3.3.6
uses: ruby/setup-ruby@v1.214.0
with:
ruby-version: 3.2.4
ruby-version: 3.3.6
bundler-cache: true
- name: Run tests
env:
Expand All @@ -54,10 +54,10 @@ jobs:
uses: actions/checkout@v2
- name: Curl rubocop.yml
run: curl https://raw.githubusercontent.com/leticiaoliveira5/code-style/master/.rubocop.3.yml -o .rubocop.yml
- name: Set up Ruby 3.2.4
- name: Set up Ruby 3.3.6
uses: ruby/setup-ruby@v1.214.0
with:
ruby-version: 3.2.4
ruby-version: 3.3.6
bundler-cache: true
- name: run rubocop
uses: reviewdog/action-rubocop@v2.3.0
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-3.2.4
ruby-3.3.6
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2.4
FROM ruby:3.3.6

RUN apt-get update -qq && apt-get install --no-install-recommends -y nodejs yarn postgresql-client \
&& apt-get clean \
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.2.4'
ruby '3.3.6'

gem 'active_storage_validations', '~> 1.1', '>= 1.1.4'
gem 'bootsnap', '>= 1.1.0', require: false
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ DEPENDENCIES
web-console (>= 3.3.0)

RUBY VERSION
ruby 3.2.4p185
ruby 3.3.6p185

BUNDLED WITH
2.3.26
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ A web application that allows company employees to create and manage job opportu

## Current Versions

- Ruby 3.2.4
- Ruby 3.3.6
- Rails 7.1.5.1

## Run locally
Expand Down Expand Up @@ -71,7 +71,7 @@ Now you can access the application at http://localhost:3000/

Prerequisites:

- Ruby 3.2.4
- Ruby 3.3.6
- Node.js
- Postgres

Expand Down

0 comments on commit 1165dde

Please sign in to comment.