diff --git a/Gemfile.lock b/Gemfile.lock index 3443eaabc..6e7a137ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 @@ -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) diff --git a/plugins/ShinyCMS/shinycms.gemspec b/plugins/ShinyCMS/shinycms.gemspec index ed2019d94..59b7bbc1f 100644 --- a/plugins/ShinyCMS/shinycms.gemspec +++ b/plugins/ShinyCMS/shinycms.gemspec @@ -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'