Skip to content

Commit

Permalink
v1.2.1 release: fail open when backend raises errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Jan 22, 2021
1 parent fd476c5 commit 2fd0b19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rack-ratelimit (1.2.0)
rack-ratelimit (1.2.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion rack-ratelimit.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'rack-ratelimit'
s.version = '1.2.0'
s.version = '1.2.1'
s.author = 'Jeremy Daer'
s.email = '[email protected]'
s.homepage = 'https://github.com/jeremy/rack-ratelimit'
Expand Down

0 comments on commit 2fd0b19

Please sign in to comment.