Skip to content

Commit

Permalink
Merge pull request #18 from blocknotes/v0.4.0
Browse files Browse the repository at this point in the history
v0.4.0
  • Loading branch information
Mattia Roccoberton authored Apr 4, 2022
2 parents cf29f31 + 7505f0f commit 4114330
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 deletions.
8 changes: 4 additions & 4 deletions gemfiles/rails60_administrate.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
administrate_ransack (0.3.4)
administrate_ransack (0.4.0)
administrate (~> 0.14)
ransack (~> 2.3)

Expand Down Expand Up @@ -196,9 +196,9 @@ GEM
thor (>= 0.20.3, < 2.0)
rainbow (3.1.1)
rake (13.0.6)
ransack (2.5.0)
activerecord (>= 5.2.4)
activesupport (>= 5.2.4)
ransack (2.6.0)
activerecord (>= 6.0.4)
activesupport (>= 6.0.4)
i18n
regexp_parser (2.2.1)
rexml (3.2.5)
Expand Down
8 changes: 4 additions & 4 deletions gemfiles/rails60_administrate016.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
administrate_ransack (0.3.4)
administrate_ransack (0.4.0)
administrate (~> 0.14)
ransack (~> 2.3)

Expand Down Expand Up @@ -196,9 +196,9 @@ GEM
thor (>= 0.20.3, < 2.0)
rainbow (3.1.1)
rake (13.0.6)
ransack (2.5.0)
activerecord (>= 5.2.4)
activesupport (>= 5.2.4)
ransack (2.6.0)
activerecord (>= 6.0.4)
activesupport (>= 6.0.4)
i18n
regexp_parser (2.2.1)
rexml (3.2.5)
Expand Down
8 changes: 4 additions & 4 deletions gemfiles/rails61_administrate.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
administrate_ransack (0.3.4)
administrate_ransack (0.4.0)
administrate (~> 0.14)
ransack (~> 2.3)

Expand Down Expand Up @@ -199,9 +199,9 @@ GEM
thor (~> 1.0)
rainbow (3.1.1)
rake (13.0.6)
ransack (2.5.0)
activerecord (>= 5.2.4)
activesupport (>= 5.2.4)
ransack (2.6.0)
activerecord (>= 6.0.4)
activesupport (>= 6.0.4)
i18n
regexp_parser (2.2.1)
rexml (3.2.5)
Expand Down
8 changes: 4 additions & 4 deletions gemfiles/rails61_administrate016.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
administrate_ransack (0.3.4)
administrate_ransack (0.4.0)
administrate (~> 0.14)
ransack (~> 2.3)

Expand Down Expand Up @@ -199,9 +199,9 @@ GEM
thor (~> 1.0)
rainbow (3.1.1)
rake (13.0.6)
ransack (2.5.0)
activerecord (>= 5.2.4)
activesupport (>= 5.2.4)
ransack (2.6.0)
activerecord (>= 6.0.4)
activesupport (>= 6.0.4)
i18n
regexp_parser (2.2.1)
rexml (3.2.5)
Expand Down
8 changes: 4 additions & 4 deletions gemfiles/rails70_administrate.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
administrate_ransack (0.3.4)
administrate_ransack (0.4.0)
administrate (~> 0.14)
ransack (~> 2.3)

Expand Down Expand Up @@ -222,9 +222,9 @@ GEM
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.0.6)
ransack (2.5.0)
activerecord (>= 5.2.4)
activesupport (>= 5.2.4)
ransack (2.6.0)
activerecord (>= 6.0.4)
activesupport (>= 6.0.4)
i18n
regexp_parser (2.2.1)
rexml (3.2.5)
Expand Down
8 changes: 4 additions & 4 deletions gemfiles/rails70_administrate016.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
administrate_ransack (0.3.4)
administrate_ransack (0.4.0)
administrate (~> 0.14)
ransack (~> 2.3)

Expand Down Expand Up @@ -222,9 +222,9 @@ GEM
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.0.6)
ransack (2.5.0)
activerecord (>= 5.2.4)
activesupport (>= 5.2.4)
ransack (2.6.0)
activerecord (>= 6.0.4)
activesupport (>= 6.0.4)
i18n
regexp_parser (2.2.1)
rexml (3.2.5)
Expand Down
2 changes: 1 addition & 1 deletion lib/administrate_ransack/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module AdministrateRansack
VERSION = '0.3.4'
VERSION = '0.4.0'
end

0 comments on commit 4114330

Please sign in to comment.