Skip to content

Commit

Permalink
Ajout la gem dsrf-view-components
Browse files Browse the repository at this point in the history
  • Loading branch information
etienneCharignon authored and cprodhomme committed Jan 23, 2025
1 parent 4311f9d commit 165881e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ gem 'device_detector'
gem 'devise'
gem 'devise-i18n'
gem 'down'
gem 'dsfr-view-components', '~> 2.0'
gem 'ffaker'
gem 'geocoder'
gem 'google-api-client', '~> 0.53'
Expand Down
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,10 @@ GEM
down (5.4.2)
addressable (~> 2.8)
drb (2.2.1)
dsfr-view-components (2.0.1)
html-attributes-utils (~> 1)
pagy (~> 6)
view_component (~> 3)
erubi (1.13.0)
et-orbi (1.2.11)
tzinfo
Expand Down Expand Up @@ -311,6 +315,8 @@ GEM
activesupport (>= 5.2)
hashdiff (1.1.2)
hashery (2.1.2)
html-attributes-utils (1.0.2)
activesupport (>= 6.1.4.4)
http-accept (1.7.0)
http-cookie (1.0.8)
domain_name (~> 0.5)
Expand Down Expand Up @@ -420,6 +426,7 @@ GEM
orm_adapter (0.5.0)
os (1.1.4)
ostruct (0.6.1)
pagy (6.5.0)
parallel (1.26.3)
paranoia (3.0.0)
activerecord (>= 6, < 8.1)
Expand Down Expand Up @@ -719,6 +726,7 @@ DEPENDENCIES
devise
devise-i18n
down
dsfr-view-components (~> 2.0)
factory_bot_rails
ffaker
foreman
Expand Down
1 change: 1 addition & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
require "rails/test_unit/railtie"
require 'view_component'
require 'view_component/storybook'
require 'dsfr/components'
require './lib/custom_exceptions_app_wrapper'

# Require the gems listed in Gemfile, including any gems
Expand Down

0 comments on commit 165881e

Please sign in to comment.