Skip to content

Commit

Permalink
Merge pull request #947 from diowa/chore/ruby-335
Browse files Browse the repository at this point in the history
Update Ruby to 3.3.5
  • Loading branch information
tagliala authored Sep 7, 2024
2 parents 09a53e5 + a9127cc commit 87547e1
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.4'
ruby-version: '3.3.5'
bundler-cache: true
- name: Set up Node
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.4'
ruby-version: '3.3.5'
bundler-cache: true
- name: Set up Node
uses: actions/setup-node@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.4'
ruby-version: '3.3.5'
bundler-cache: false
- name: Bundle audit
run: |
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.4'
ruby-version: '3.3.5'
bundler-cache: false
- name: Bundle leak
run: |
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.3.4'
ruby '3.3.5'

gem 'rails', '7.2.1'

Expand Down
20 changes: 9 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ GEM
launchy (>= 2.1, < 4.0)
mail (~> 2.7)
erubi (1.13.0)
factory_bot (6.4.6)
factory_bot (6.5.0)
activesupport (>= 5.0.0)
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
Expand Down Expand Up @@ -148,7 +148,7 @@ GEM
mini_portile2 (2.8.7)
minitest (5.25.1)
msgpack (1.7.2)
net-imap (0.4.15)
net-imap (0.4.16)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -169,7 +169,7 @@ GEM
parser (3.3.5.0)
ast (~> 2.4.1)
racc
pg (1.5.7)
pg (1.5.8)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -231,13 +231,12 @@ GEM
rdoc (6.7.0)
psych (>= 4.0.0)
regexp_parser (2.9.2)
reline (0.5.9)
reline (0.5.10)
io-console (~> 0.5)
rexml (3.3.6)
strscan
rexml (3.3.7)
rspec-core (3.13.1)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.2)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
Expand Down Expand Up @@ -271,12 +270,12 @@ GEM
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.26.0)
rubocop-rails (2.26.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (3.0.4)
rubocop-rspec (3.0.5)
rubocop (~> 1.61)
rubocop-rspec_rails (2.30.0)
rubocop (~> 1.61)
Expand Down Expand Up @@ -317,7 +316,6 @@ GEM
rubocop (>= 1.0, < 2.0)
slim (>= 3.0, < 6.0)
stringio (3.1.1)
strscan (3.1.0)
temple (0.10.3)
thor (1.3.2)
tilt (2.4.0)
Expand Down Expand Up @@ -390,7 +388,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.3.4p94
ruby 3.3.5p100

BUNDLED WITH
2.5.18
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

This is an opinionated starter web application based on the following technology stack:

* [Ruby 3.3.4][:ruby-url]
* [Rails 7.2.0][:ruby-on-rails-url]
* [Ruby 3.3.5][:ruby-url]
* [Rails 7.2.1][:ruby-on-rails-url]
* [Webpack 5][:webpack-url] (via [Shakapacker][:shakapacker-url])
* [Yarn][:yarn-url]
* [Puma][:puma-url]
Expand Down
4 changes: 2 additions & 2 deletions app/views/pages/home.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ h1.mt-3
ul.list-inline.lead
li.list-inline-item
| Ruby
small.text-body-secondary< 3.3.4
small.text-body-secondary< 3.3.5
li.list-inline-item
| Rails
small.text-body-secondary< 7.2.0
small.text-body-secondary< 7.2.1
li.list-inline-item
| Bootstrap
small.text-body-secondary< 5.3.3
Expand Down

0 comments on commit 87547e1

Please sign in to comment.