Skip to content

Commit

Permalink
Upgraded Ruby to 3.3.1 + other gems
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnow committed May 1, 2024
1 parent 4546b66 commit 09d7764
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name:
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3.0"
ruby-version: "3.3.1"
bundler-cache: true

- name:
Expand All @@ -42,5 +42,5 @@ jobs:
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3.0"
ruby-version: "3.3.1"
bundler-cache: true
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.3.1
2 changes: 1 addition & 1 deletion .rvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rvm use 3.3.0@ruby3.3-rails7.1 --create
rvm use 3.3.1@ruby3.3-rails7.1 --create
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ GEM
concurrent-ruby (~> 1.0)
iniparse (1.5.0)
io-console (0.7.2)
irb (1.12.0)
rdoc
irb (1.13.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.2)
justify (1.0.2)
Expand Down Expand Up @@ -221,7 +221,7 @@ GEM
rdoc (6.6.3.1)
psych (>= 4.0.0)
regexp_parser (2.9.0)
reline (0.5.3)
reline (0.5.4)
io-console (~> 0.5)
rexml (3.2.6)
rubocop (1.62.1)
Expand All @@ -235,8 +235,8 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-performance (1.20.2)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
Expand Down

0 comments on commit 09d7764

Please sign in to comment.