Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/bundler/cloudflare-rails-5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
denny authored Feb 9, 2024
2 parents ce1cdd5 + 0b703ad commit 0cbd2f7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 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
cloudflare-rails (~> 4.1)
devise
devise-pwned_password
email_address
Expand Down Expand Up @@ -377,7 +377,7 @@ GEM
devise-pwned_password (0.1.10)
devise (~> 4)
pwned (~> 2.0.0)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
docile (1.4.0)
dotenv (2.8.1)
dotenv-rails (2.8.1)
Expand Down Expand Up @@ -617,20 +617,20 @@ GEM
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (~> 3.13.0)
rspec-instafail (1.0.0)
rspec
rspec-mocks (3.12.6)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (~> 3.13.0)
rspec-rails (6.1.1)
actionpack (>= 6.1)
activesupport (>= 6.1)
Expand All @@ -639,7 +639,7 @@ GEM
rspec-expectations (~> 3.12)
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.1)
rspec-support (3.13.0)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rspec_pacman_formatter (0.1.7)
Expand Down
2 changes: 1 addition & 1 deletion plugins/ShinyCMS/shinycms.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'sentry-ruby'

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

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

0 comments on commit 0cbd2f7

Please sign in to comment.