Skip to content

Commit

Permalink
Bump draper from 4.0.2 to 4.0.4
Browse files Browse the repository at this point in the history
Bumps [draper](https://github.com/drapergem/draper) from 4.0.2 to 4.0.4.
- [Release notes](https://github.com/drapergem/draper/releases)
- [Changelog](https://github.com/drapergem/draper/blob/master/CHANGELOG.md)
- [Commits](drapergem/draper@v4.0.2...v4.0.4)

---
updated-dependencies:
- dependency-name: draper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent fe643da commit 08341be
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'cssbundling-rails', '~> 1.4', '>= 1.4.1'
gem 'delayed_job_active_record', '~> 4.1'
gem 'devise', '~> 4.9'
gem 'devise_token_auth', github: 'lynndylanhurley/devise_token_auth'
gem 'draper', '~> 4.0', '>= 4.0.1'
gem 'draper', '~> 4.0'
gem 'flipper', '~> 1.3.1'
gem 'flipper-active_record', '~> 1.3.2'
gem 'flipper-ui', '~> 1.3.2'
Expand Down
21 changes: 13 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ GEM
dotenv-rails (3.1.7)
dotenv (= 3.1.7)
railties (>= 6.1)
draper (4.0.2)
draper (4.0.4)
actionpack (>= 5.0)
activemodel (>= 5.0)
activemodel-serializers-xml (>= 1.0)
Expand Down Expand Up @@ -226,7 +226,7 @@ GEM
dry-inflector (~> 1.0)
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
erubi (1.13.0)
erubi (1.13.1)
erubis (2.7.0)
factory_bot (6.5.0)
activesupport (>= 5.0.0)
Expand Down Expand Up @@ -331,7 +331,7 @@ GEM
activesupport (>= 4)
railties (>= 4)
request_store (~> 1.0)
loofah (2.23.1)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand Down Expand Up @@ -359,9 +359,13 @@ GEM
net-protocol
newrelic_rpm (9.16.1)
nio4r (2.7.4)
nokogiri (1.17.2)
nokogiri (1.18.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.18.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.2-x86_64-linux-gnu)
racc (~> 1.4)
octokit (9.2.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
Expand Down Expand Up @@ -394,16 +398,17 @@ GEM
pundit (2.4.0)
activesupport (>= 3.0.0)
racc (1.8.1)
rack (3.1.8)
rack (3.1.9)
rack-cors (2.0.2)
rack (>= 2.0.0)
rack-protection (4.1.1)
base64 (>= 0.1.0)
logger (>= 1.6.0)
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack-session (2.1.0)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack-test (2.2.0)
rack (>= 1.3)
rackup (2.2.1)
rack (>= 3)
Expand Down Expand Up @@ -617,7 +622,7 @@ DEPENDENCIES
devise (~> 4.9)
devise_token_auth!
dotenv-rails (~> 3.1.6)
draper (~> 4.0, >= 4.0.1)
draper (~> 4.0)
factory_bot_rails (~> 6.4)
faker (~> 3.5)
faraday-retry (~> 2.2)
Expand Down

0 comments on commit 08341be

Please sign in to comment.