Skip to content

Commit

Permalink
Merge pull request #487 from yannis/update-outdated-gems
Browse files Browse the repository at this point in the history
Update outdated gems
  • Loading branch information
yannis authored Apr 14, 2024
2 parents 85cd75f + cc60913 commit 558df0e
Show file tree
Hide file tree
Showing 9 changed files with 943 additions and 700 deletions.
308 changes: 160 additions & 148 deletions Gemfile.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions config/initializers/content_security_policy.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

# Be sure to restart your server when you modify this file.

# Define an application-wide content security policy.
Expand Down
1 change: 1 addition & 0 deletions config/initializers/inflections.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

# Be sure to restart your server when you modify this file.

# Add new inflection rules using the following format. Inflections
Expand Down
1 change: 1 addition & 0 deletions config/initializers/new_framework_defaults_7_1.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

# Be sure to restart your server when you modify this file.
#
# This file eases your Rails 7.1 framework defaults upgrade.
Expand Down
1 change: 1 addition & 0 deletions config/initializers/permissions_policy.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

# Be sure to restart your server when you modify this file.

# Define an application-wide HTTP permissions policy. For further
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"private": "true",
"dependencies": {
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^7.3.0",
"@hotwired/turbo-rails": "^8.0.4",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.17",
"esbuild": "^0.20.0",
"@tailwindcss/typography": "^0.5.12",
"autoprefixer": "^10.4.19",
"esbuild": "^0.20.2",
"jquery": "^3.7.1",
"postcss": "^8.4.33",
"postcss": "^8.4.38",
"select2": "^4.1.0-rc.0",
"stimulus-use": "^0.50.0-2",
"tailwindcss": "^3.4.1"
Expand All @@ -19,7 +19,7 @@
"build:css": "tailwindcss -i ./app/assets/stylesheets/application.tailwind.css -o ./app/assets/builds/application.css"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.0"
}
Expand Down
2 changes: 1 addition & 1 deletion spec/factories/personal_infos.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
residential_country { ISO3166::Country.all.map(&:alpha2).sample }
origin_country { ISO3166::Country.all.map(&:alpha2).sample }
document_type { %w[passport id_card].sample }
document_number { Faker::IDNumber.valid }
document_number { Faker::IdNumber.valid }
email { Faker::Internet.email }
end
end
2 changes: 1 addition & 1 deletion spec/models/team_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
it { expect(described_class.incomplete.all).to include(team) }
it { expect(described_class.incomplete).to eq [team] }
it { expect(team.participations.count).to eq 1 }
it { expect(team.fitness).to eq 0.1364 }
it { expect(team.fitness).to eq 0.1429 }
it { expect(described_class.empty.to_a).not_to include(team) }
end

Expand Down
1,315 changes: 771 additions & 544 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 558df0e

Please sign in to comment.