Skip to content

Commit

Permalink
rake bundle_all, release 2.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
razumau committed Oct 10, 2023
1 parent 791a7af commit 589cc2e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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:
stronger_parameters (2.21.0)
stronger_parameters (2.21.1)
actionpack (>= 5.0, < 7.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails5.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
stronger_parameters (2.20.0)
stronger_parameters (2.21.1)
actionpack (>= 5.0, < 7.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails5.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
stronger_parameters (2.20.0)
stronger_parameters (2.21.1)
actionpack (>= 5.0, < 7.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails5.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
stronger_parameters (2.20.0)
stronger_parameters (2.21.1)
actionpack (>= 5.0, < 7.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails6.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
stronger_parameters (2.20.0)
stronger_parameters (2.21.1)
actionpack (>= 5.0, < 7.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails6.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
stronger_parameters (2.20.0)
stronger_parameters (2.21.1)
actionpack (>= 5.0, < 7.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails7.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
stronger_parameters (2.20.0)
stronger_parameters (2.21.1)
actionpack (>= 5.0, < 7.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/stronger_parameters/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module StrongerParameters
VERSION = '2.21.0'
VERSION = '2.21.1'
end

0 comments on commit 589cc2e

Please sign in to comment.