Skip to content

Commit

Permalink
Bump cloudflare-rails from 2.0.0 to 5.0.1
Browse files Browse the repository at this point in the history
Bumps [cloudflare-rails](https://github.com/modosc/cloudflare-rails) from 2.0.0 to 5.0.1.
- [Changelog](https://github.com/modosc/cloudflare-rails/blob/main/CHANGELOG.md)
- [Commits](modosc/cloudflare-rails@v2.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: cloudflare-rails
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 2, 2024
1 parent 8229c3d commit d81b7cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ PATH
bcrypt (~> 3.1.16)
bugsnag
ckeditor
cloudflare-rails (~> 4.1)
cloudflare-rails (>= 4.1, < 6.0)
devise
devise-pwned_password
email_address
Expand Down Expand Up @@ -340,10 +340,11 @@ GEM
numerizer (~> 0.1.1)
ckeditor (5.1.1)
orm_adapter (~> 0.5.0)
cloudflare-rails (4.1.0)
cloudflare-rails (5.0.1)
actionpack (>= 6.1, < 7.2.0)
activesupport (>= 6.1, < 7.2.0)
railties (>= 6.1, < 7.2.0)
zeitwerk (>= 2.5.0)
codecov (0.6.0)
simplecov (>= 0.15, < 0.22)
coderay (1.1.3)
Expand Down
2 changes: 1 addition & 1 deletion plugins/ShinyCMS/shinycms.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'sentry-ruby'

# Fix request.ip when running behind Cloudflare proxying
spec.add_dependency 'cloudflare-rails', '~> 4.1'
spec.add_dependency 'cloudflare-rails', '>= 4.1', '< 6.0'

# Used to export demo site data from the database
spec.add_dependency 'seed_dump'
Expand Down

0 comments on commit d81b7cc

Please sign in to comment.