Skip to content

Commit

Permalink
Update dependency ransack to '~> 4.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2023
1 parent 8cef623 commit 3cffb96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gem 'figaro', '~> 1.2'
gem 'paper_trail', '~> 14.0'
gem 'pg', '1.5.4'
# 1.8 is for Rails < 5.0
gem 'ransack', '~> 4.0.0'
gem 'ransack', '~> 4.1.0'
gem 'truemail', '~> 3.0' # validates email by regexp, mail server existence and address existence
gem 'validates_email_format_of', '1.7.2' # validates email against RFC 2822 and RFC 3696

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ GEM
rake
mini_mime (1.1.2)
mini_portile2 (2.8.2)
minitest (5.18.1)
minitest (5.20.0)
minitest-stub_any_instance (1.0.3)
monetize (1.9.4)
money (~> 6.12)
Expand Down Expand Up @@ -412,7 +412,7 @@ GEM
rake (>= 12.2)
thor (~> 1.0)
rake (13.0.6)
ransack (4.0.0)
ransack (4.1.1)
activerecord (>= 6.1.5)
activesupport (>= 6.1.5)
i18n
Expand Down Expand Up @@ -528,7 +528,7 @@ GEM
wkhtmltopdf-binary (0.12.6.6)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.8)
zeitwerk (2.6.12)

PLATFORMS
ruby
Expand Down Expand Up @@ -583,7 +583,7 @@ DEPENDENCIES
pry (= 0.14.2)
puma
rails (~> 6.1.4)
ransack (~> 4.0.0)
ransack (~> 4.1.0)
redis
rest-client
rexml
Expand Down

0 comments on commit 3cffb96

Please sign in to comment.