Skip to content

Commit

Permalink
Merge pull request #3549 from betagouv/lucien/updates-dependencies
Browse files Browse the repository at this point in the history
updates dependencies
  • Loading branch information
clairezed authored Dec 16, 2024
2 parents 928d82c + f2eb615 commit de38c5e
Show file tree
Hide file tree
Showing 51 changed files with 1,433 additions and 1,426 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
browser-tools: circleci/[email protected].7
browser-tools: circleci/[email protected].8

defaults:
&defaults
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
with:
node-version: 20
bundler-cache: true
- name: install bundler
run: gem install bundler
Expand Down
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,9 @@ Rails/RequestReferer:
Rails/ReversibleMigration:
Enabled: false

Rails/RootPathnameMethods:
Enabled: false

Rails/SafeNavigation:
Enabled: true

Expand Down Expand Up @@ -1277,6 +1280,9 @@ Style/RescueStandardError:
Style/ReturnNil:
Enabled: false

Style/SafeNavigationChainLength:
Enabled: false

Style/Sample:
Enabled: true

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ end

ruby '3.3.4'

gem 'rails', '~> 7.0.8'
gem 'rails', '~> 7.2.2'

# Server
gem 'foreman'
Expand Down
Loading

0 comments on commit de38c5e

Please sign in to comment.