Skip to content

Commit

Permalink
rails 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaronixon committed Oct 8, 2024
1 parent 3ed2032 commit d086330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
bundler-cache: true

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

- name: Install Rubocop
run: gem install rubocop rubocop-performance rubocop-minitest rubocop-packaging rubocop-minitest rubocop-rails
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
bundler-cache: true

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

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

0 comments on commit d086330

Please sign in to comment.