Skip to content

Commit

Permalink
Merge branch 'main' into add-filterameter-gem-to-rails-search
Browse files Browse the repository at this point in the history
  • Loading branch information
toddkummer authored May 20, 2024
2 parents 632a0ef + adeb020 commit baaa70b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.3
3.2.4
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ GEM
iniparse (~> 1.4)
rexml (~> 3.2)
parallel (1.24.0)
parser (3.3.0.5)
parser (3.3.1.0)
ast (~> 2.4.1)
racc
pry (0.14.2)
Expand All @@ -66,8 +66,9 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.9.0)
rexml (3.2.6)
regexp_parser (2.9.2)
rexml (3.2.8)
strscan (>= 3.0.9)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -81,7 +82,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rubocop (1.62.1)
rubocop (1.63.5)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -92,8 +93,8 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
Expand All @@ -115,6 +116,7 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
strscan (3.1.0)
thor (1.2.2)
unicode-display_width (2.5.0)

Expand All @@ -138,7 +140,7 @@ DEPENDENCIES
simplecov

RUBY VERSION
ruby 3.2.3
ruby 3.2.4

BUNDLED WITH
2.4.12
1 change: 0 additions & 1 deletion catalog/Active_Record_Plugins/rails_ratings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ projects:
- edgarjs/ajaxful-rating
- has_ratings
- letsrate
- mongoid-rating
- mongoid_rateable
- zachinglis/is_rateable
1 change: 1 addition & 0 deletions catalog/Code_Quality/code_metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ projects:
- fukuzatsu
- jslint_on_rails
- kevinrutherford/crap4r
- libyear-bundler
- metric_abc
- metric_fu
- outlaw
Expand Down
1 change: 1 addition & 0 deletions catalog/Rails_Plugins/rails_file_uploads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ projects:
- fileuploader-rails
- imagery
- jquery.fileupload-rails
- kt-paperclip
- paperclip
- papermill
- refile
Expand Down

0 comments on commit baaa70b

Please sign in to comment.