Skip to content

Commit

Permalink
Prepare for 2.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tegon committed Jan 21, 2019
1 parent 726b261 commit d2a4f29
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.4.1

* Add support for Rails 6 beta

## 2.4.0

* `respond_with` now accepts a new kwargs called `:render` which goes straight to the `render`
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
responders (2.4.0)
actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3)
responders (2.4.1)
actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -35,7 +35,7 @@ GEM
loofah (2.0.3)
nokogiri (>= 1.5.9)
metaclass (0.0.4)
method_source (0.8.2)
method_source (0.9.2)
mini_portile2 (2.1.0)
minitest (5.9.0)
mocha (1.1.0)
Expand All @@ -62,8 +62,8 @@ GEM
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (12.0.0)
thor (0.19.4)
rake (12.3.2)
thor (0.20.3)
thread_safe (0.3.5)
tzinfo (1.2.2)
thread_safe (~> 0.1)
Expand All @@ -78,4 +78,4 @@ DEPENDENCIES
responders!

BUNDLED WITH
1.14.6
1.17.1
2 changes: 1 addition & 1 deletion lib/responders/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Responders
VERSION = "2.4.0".freeze
VERSION = "2.4.1".freeze
end

0 comments on commit d2a4f29

Please sign in to comment.