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 Aug 27, 2020
1 parent 69e17a3 commit 4299c68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gem "pg_search", "~> 2.3.0"
gem "puma", "~> 4.3.5"
gem "recipient_interceptor", "~> 0.2.0"
gem "redcarpet", "~> 3.4.0"
gem "responders", "~> 2.4.0"
gem "responders", "~> 3.0.1"
gem "rinku", "~> 2.0.2", require: "rails_rinku"
gem "rollbar", "~> 2.27.0"
gem "sassc-rails", "~> 2.1.2"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ GEM
actionmailer (>= 3.2)
letter_opener (~> 1.0)
railties (>= 3.2)
loofah (2.6.0)
loofah (2.7.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand Down Expand Up @@ -456,9 +456,9 @@ GEM
regexp_parser (1.7.1)
request_store (1.4.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.4)
Expand Down Expand Up @@ -684,7 +684,7 @@ DEPENDENCIES
rails-assets-markdown-it (~> 9.0.1)!
recipient_interceptor (~> 0.2.0)
redcarpet (~> 3.4.0)
responders (~> 2.4.0)
responders (~> 3.0.1)
rinku (~> 2.0.2)
rollbar (~> 2.27.0)
rspec-rails (~> 3.8)
Expand Down

0 comments on commit 4299c68

Please sign in to comment.