Skip to content

Commit

Permalink
Bump responders from 2.4.1 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps [responders](https://github.com/heartcombo/responders) from 2.4.1 to 3.0.1.
- [Release notes](https://github.com/heartcombo/responders/releases)
- [Changelog](https://github.com/heartcombo/responders/blob/master/CHANGELOG.md)
- [Commits](heartcombo/responders@v2.4.1...v3.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Oct 4, 2020
1 parent 603527a commit d29a629
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ gem "pg_search", "~> 2.3.0"
gem "puma", "~> 4.3.6"
gem "recipient_interceptor", "~> 0.2.0"
gem "redcarpet", "~> 3.5.0"
gem "responders", "~> 2.4.0"
gem "responders", "~> 3.0.1"
gem "rinku", "~> 2.0.6", require: "rails_rinku"
gem "rollbar", "~> 3.0.0"
gem "sassc-rails", "~> 2.1.2"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -467,9 +467,9 @@ GEM
regexp_parser (1.8.0)
request_store (1.5.0)
rack (>= 1.4)
responders (2.4.1)
actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
retriable (3.1.2)
rexml (3.2.4)
rinku (2.0.6)
Expand Down Expand Up @@ -699,7 +699,7 @@ DEPENDENCIES
rails-assets-markdown-it (~> 9.0.1)!
recipient_interceptor (~> 0.2.0)
redcarpet (~> 3.5.0)
responders (~> 2.4.0)
responders (~> 3.0.1)
rinku (~> 2.0.6)
rollbar (~> 3.0.0)
rspec-rails (~> 4.0)
Expand Down

0 comments on commit d29a629

Please sign in to comment.