Skip to content

Commit

Permalink
chore: updated backend
Browse files Browse the repository at this point in the history
  • Loading branch information
celsoMartins committed Jul 24, 2024
1 parent 680dac5 commit b63b98f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flow_climate_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
ruby-version: 3.3.4
- name: Ruby gem cache
uses: actions/cache@v1
with:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
ruby-version: 3.3.4
- name: Ruby gem cache
uses: actions/cache@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flow_climate_build_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
ruby-version: 3.3.4
- name: Ruby gem cache
uses: actions/cache@v1
with:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
ruby-version: 3.3.4
- name: Ruby gem cache
uses: actions/cache@v1
with:
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.2
ruby-3.3.4
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source 'https://rubygems.org'

ruby '3.2.2'
ruby '3.3.4'

gem 'rails'

Expand Down
3 changes: 1 addition & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ GEM
net-protocol (0.2.2)
timeout
net-smtp (0.4.0.1)
net-protocol
netrc (0.11.0)
newrelic_rpm (9.7.1)
nio4r (2.7.0)
Expand Down Expand Up @@ -606,7 +605,7 @@ DEPENDENCIES
yui-compressor

RUBY VERSION
ruby 3.2.2p53
ruby 3.3.4p94

BUNDLED WITH
2.3.14

0 comments on commit b63b98f

Please sign in to comment.