Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump spinels-rack-ssl-enforcer from 0.3.0 to 1.0.0 #660

Merged
merged 1 commit into from
Aug 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 2, 2024

Bumps spinels-rack-ssl-enforcer from 0.3.0 to 1.0.0.

Changelog

Sourced from spinels-rack-ssl-enforcer's changelog.

v1.0.0 (2024-08-01)

Full Changelog

Commits
  • be9d249 Add release workflow
  • 60b8d82 CI: actually install different rack versions
  • 528419b CI: fix broken workflow
  • 0fe87b0 CI: quotes needed here?
  • 2604fe6 CI: less jobs
  • fcb6d8a CI: remove superfluous ) from job names
  • 1325261 CHANGELOG: note v1.0.0 require Ruby 3.1+
  • 69a7389 Rack 3.0+ compatibility, require Ruby 3.1+ (#7)
  • 09c1d6d Gemfile: hold back rack-test to 1.x when needed (#6)
  • 0c5f568 Use ubuntu-20.04 in CI
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies ruby Pull requests that update Ruby code labels Aug 2, 2024
Copy link

github-actions bot commented Aug 2, 2024

Copy link

github-actions bot commented Aug 2, 2024

gem compare spinels-rack-ssl-enforcer 0.3.0 1.0.0

Compared versions: ["0.3.0", "1.0.0"]
  DIFFERENT date:
    0.3.0: 2022-01-09 00:00:00 UTC
    1.0.0: 2024-08-01 00:00:00 UTC
  DIFFERENT required_ruby_version:
    0.3.0: >= 1.9.3
    1.0.0: >= 3.1.0
  DIFFERENT rubygems_version:
    0.3.0: 3.2.33
    1.0.0: 3.5.11
  DIFFERENT version:
    0.3.0: 0.3.0
    1.0.0: 1.0.0
  DIFFERENT files:
    0.3.0->1.0.0:
      * Changed:
            lib/rack/ssl-enforcer.rb +6/-6
            lib/rack/ssl-enforcer/version.rb +1/-1
  DIFFERENT runtime dependencies:
    0.3.0->1.0.0:
      * Added:
            rack [">= 3.0.0"] (runtime)

Copy link

github-actions bot commented Aug 2, 2024

gem compare --diff spinels-rack-ssl-enforcer 0.3.0 1.0.0

Compared versions: ["0.3.0", "1.0.0"]
  DIFFERENT files:
    0.3.0->1.0.0:
      * Changed:
        lib/rack/ssl-enforcer.rb
                --- /tmp/d20240802-1835-55hmim/spinels-rack-ssl-enforcer-0.3.0/lib/rack/ssl-enforcer.rb	2024-08-02 02:49:20.308427003 +0000
                +++ /tmp/d20240802-1835-55hmim/spinels-rack-ssl-enforcer-1.0.0/lib/rack/ssl-enforcer.rb	2024-08-02 02:49:20.308427003 +0000
                @@ -96 +96 @@
                -      [400, { 'Content-Type' => 'text/plain'}, []]
                +      [400, { 'content-type' => 'text/plain'}, []]
                @@ -105 +105 @@
                -      [@options[:redirect_code] || 301, { 'Content-Type' => 'text/html', 'Location' => location }, body]
                +      [@options[:redirect_code] || 301, { 'content-type' => 'text/html', 'location' => location }, body]
                @@ -184 +184 @@
                -      if cookies = headers['Set-Cookie']
                +      if cookies = headers['set-cookie']
                @@ -190 +190 @@
                -        headers['Set-Cookie'] = cookies.map do |cookie|
                +        headers['set-cookie'] = cookies.map do |cookie|
                @@ -192 +192 @@
                -        end.join("\n")
                +        end
                @@ -203 +203 @@
                -      headers.merge!({ 'Strict-Transport-Security' => value })
                +      headers.merge!({ 'strict-transport-security' => value })
        lib/rack/ssl-enforcer/version.rb
                --- /tmp/d20240802-1835-55hmim/spinels-rack-ssl-enforcer-0.3.0/lib/rack/ssl-enforcer/version.rb	2024-08-02 02:49:20.308427003 +0000
                +++ /tmp/d20240802-1835-55hmim/spinels-rack-ssl-enforcer-1.0.0/lib/rack/ssl-enforcer/version.rb	2024-08-02 02:49:20.308427003 +0000
                @@ -3 +3 @@
                -    VERSION = "0.3.0"
                +    VERSION = "1.0.0"

@dependabot dependabot bot force-pushed the dependabot/bundler/spinels-rack-ssl-enforcer-1.0.0 branch from 6936500 to 8e76586 Compare August 10, 2024 17:25
Bumps [spinels-rack-ssl-enforcer](https://github.com/spinels/rack-ssl-enforcer) from 0.3.0 to 1.0.0.
- [Changelog](https://github.com/spinels/rack-ssl-enforcer/blob/main/CHANGELOG.md)
- [Commits](spinels/rack-ssl-enforcer@v0.3.0...v1.0.0)

---
updated-dependencies:
- dependency-name: spinels-rack-ssl-enforcer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/spinels-rack-ssl-enforcer-1.0.0 branch from 8e76586 to f562d72 Compare August 10, 2024 17:27
@dentarg dentarg enabled auto-merge (squash) August 10, 2024 17:27
@dentarg dentarg merged commit a9d8bde into main Aug 10, 2024
7 checks passed
@dentarg dentarg deleted the dependabot/bundler/spinels-rack-ssl-enforcer-1.0.0 branch August 10, 2024 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant