Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
ruby-version: "3.4"
bundler-cache: true

- name: Install the latest Rails gem
run: gem install rails -v "7.2.1"
run: gem install rails -v "8.0.3"

- name: Install Rubocop
run: gem install rubocop rubocop-performance rubocop-minitest rubocop-packaging rubocop-minitest rubocop-rails
run: gem install rubocop rubocop-performance rubocop-minitest rubocop-packaging rubocop-rails rubocop-md

- name: Install Brakeman
run: gem install brakeman
Expand Down Expand Up @@ -61,14 +61,14 @@ jobs:
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
ruby-version: "3.4"
bundler-cache: true

- name: Install the latest Rails gem
run: gem install rails -v "7.2.1"
run: gem install rails -v "8.0.3"

- name: Install Rubocop
run: gem install rubocop rubocop-performance rubocop-minitest rubocop-packaging rubocop-minitest rubocop-rails
run: gem install rubocop rubocop-performance rubocop-minitest rubocop-packaging rubocop-rails rubocop-md

- name: Install Brakeman
run: gem install brakeman
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
inherit_from: https://raw.githubusercontent.com/rails/rails/v7.0.4/.rubocop.yml
inherit_from: https://raw.githubusercontent.com/rails/rails/v8.0.3/.rubocop.yml

Style/HashSyntax:
Exclude:
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.4.7
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ DEPENDENCIES
rake (~> 12.0)

BUNDLED WITH
2.1.4
2.7.2