Skip to content

Commit

Permalink
chore(docs): update rack-strip-cookies gem version in README to 2.0.0…
Browse files Browse the repository at this point in the history
… for accuracy and to reflect the latest version available
  • Loading branch information
masterkain committed Sep 16, 2024
1 parent eb55657 commit d4a0f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Rack::StripCookies is a straightforward Rack middleware that deletes cookies at
To include this gem in your project, add the following line to your `Gemfile`:

```ruby
gem 'rack-strip-cookies', '~> 1.0.5'
gem 'rack-strip-cookies', '~> 2.0.0'
```

Then, run the bundle command:
Expand Down

0 comments on commit d4a0f8c

Please sign in to comment.