bump deps by removing old cve bump limitations

This commit is contained in:
Peter Bhat Harkins 2023-09-15 13:13:55 -05:00
parent dd4dfbc79d
commit 085f3be400
3 changed files with 39 additions and 48 deletions

16
Gemfile
View File

@ -4,9 +4,6 @@ gem "rails"
gem "mysql2"
# uncomment to use PostgreSQL
# gem "pg"
# rails
gem "scenic"
gem "scenic-mysql_adapter"
@ -14,25 +11,24 @@ gem "activerecord-typedstore"
gem "sprockets-rails", "2.3.3"
# js
gem "jquery-rails", "~> 4.3"
gem "json"
gem "uglifier", ">= 1.3.0"
gem "uglifier"
# deployment
gem "actionpack-page_caching"
gem "exception_notification"
gem "puma", ">= 5.6.2"
gem "puma"
# security
gem "bcrypt", "~> 3.1.2"
gem "bcrypt"
gem "rotp"
gem "rqrcode"
# parsing
gem "commonmarker", ">= 0.23.6"
gem "commonmarker"
gem "htmlentities"
gem "pdf-reader"
gem "nokogiri", ">= 1.13.9"
gem "nokogiri"
gem "parslet"
# perf
@ -52,7 +48,7 @@ group :test, :development do
gem "capybara"
gem "database_cleaner"
gem "listen"
gem "rspec-rails", "~> 6.0.0.rc1"
gem "rspec-rails"
gem "factory_bot_rails"
gem "standard"
gem "standard-performance"

View File

@ -71,16 +71,16 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.4)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
afm (0.2.2)
ast (2.4.2)
base64 (0.1.1)
bcrypt (3.1.18)
bcrypt (3.1.19)
benchmark-perf (0.6.0)
builder (3.2.4)
byebug (11.1.3)
capybara (3.39.0)
capybara (3.39.2)
addressable
matrix
mini_mime (>= 0.1.3)
@ -108,13 +108,13 @@ GEM
exception_notification (4.5.0)
actionmailer (>= 5.2, < 8)
activesupport (>= 5.2, < 8)
execjs (2.8.1)
execjs (2.9.0)
factory_bot (6.2.1)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
faker (3.2.0)
faker (3.2.1)
i18n (>= 1.8.11, < 2)
ffi (1.15.5)
flamegraph (0.9.5)
@ -126,10 +126,6 @@ GEM
htmlentities (4.3.4)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jquery-rails (4.5.1)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.6.3)
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
@ -184,14 +180,14 @@ GEM
hashery (~> 2.0)
ruby-rc4
ttfunk
public_suffix (5.0.1)
public_suffix (5.0.3)
puma (6.3.1)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.8)
rack-attack (6.6.1)
rack (>= 1.0, < 3)
rack-mini-profiler (3.1.0)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
rack-mini-profiler (3.1.1)
rack (>= 1.2.0)
rack-test (2.1.0)
rack (>= 1.3)
@ -229,10 +225,10 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
rb-readline (0.5.5)
regexp_parser (2.8.0)
rexml (3.2.5)
rotp (6.2.2)
rqrcode (2.1.2)
regexp_parser (2.8.1)
rexml (3.2.6)
rotp (6.3.0)
rqrcode (2.2.0)
chunky_png (~> 1.0)
rqrcode_core (~> 1.0)
rqrcode_core (1.2.0)
@ -241,19 +237,19 @@ GEM
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.5)
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (6.0.1)
rspec-rails (6.0.3)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-core (~> 3.11)
rspec-expectations (~> 3.11)
rspec-mocks (~> 3.11)
rspec-support (~> 3.11)
rspec-support (3.12.0)
rubocop (1.56.2)
rspec-core (~> 3.12)
rspec-expectations (~> 3.12)
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.1)
rubocop (1.56.3)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
@ -303,10 +299,10 @@ GEM
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
stackprof (0.2.25)
standard (1.31.0)
standard (1.31.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.56.0)
rubocop (~> 1.56.2)
standard-custom (~> 1.0.0)
standard-performance (~> 1.2)
standard-custom (1.0.2)
@ -330,9 +326,9 @@ GEM
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unicode-display_width (2.4.2)
vcr (6.1.0)
version_gem (1.1.2)
webmock (3.18.1)
vcr (6.2.0)
version_gem (1.1.3)
webmock (3.19.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
@ -350,35 +346,34 @@ PLATFORMS
DEPENDENCIES
actionpack-page_caching
activerecord-typedstore
bcrypt (~> 3.1.2)
bcrypt
benchmark-perf
byebug
capybara
commonmarker (>= 0.23.6)
commonmarker
database_cleaner
exception_notification
factory_bot_rails
faker
flamegraph
htmlentities
jquery-rails (~> 4.3)
json
listen
mail
memory_profiler
mysql2
nokogiri (>= 1.13.9)
nokogiri
oauth
parslet
pdf-reader
puma (>= 5.6.2)
puma
rack-attack
rack-mini-profiler
rails
rb-readline
rotp
rqrcode
rspec-rails (~> 6.0.0.rc1)
rspec-rails
scenic
scenic-mysql_adapter
simplecov
@ -390,7 +385,7 @@ DEPENDENCIES
standard-rails
standard-sorbet
svg-graph
uglifier (>= 1.3.0)
uglifier
vcr
webmock

View File

@ -65,7 +65,7 @@ class Search
end
def perform!
return (@results = searched_model.none) if q.blank? or parse_tree.blank?
return (@results = searched_model.none) if q.blank? || parse_tree.blank?
if what == :stories
perform_story_search!
else