Skip to content

Commit

Permalink
138 deprecation console warning message (#141)
Browse files Browse the repository at this point in the history
* use type: :boolean in resource_override

* remove comment

* update version number to 4.0.2

* rebundle

* remove .tool-versions
  • Loading branch information
nicoledow authored Oct 19, 2023
1 parent acd7e38 commit 1953bbf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
decanter (4.0.1)
decanter (4.0.2)
actionpack (>= 4.2.10)
activesupport
rails-html-sanitizer (>= 1.0.4)
Expand Down Expand Up @@ -99,4 +99,4 @@ DEPENDENCIES
simplecov (~> 0.15.1)

BUNDLED WITH
1.17.2
1.17.3
2 changes: 1 addition & 1 deletion lib/decanter/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Decanter
VERSION = '4.0.1'.freeze
VERSION = '4.0.2'.freeze
end
2 changes: 1 addition & 1 deletion lib/generators/rails/resource_override.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
module Rails
module Generators
class ResourceGenerator
hook_for :decanter, default: true, boolean: true
hook_for :decanter, default: true, type: :boolean
end
end
end

0 comments on commit 1953bbf

Please sign in to comment.