Skip to content

Commit

Permalink
more lib updates
Browse files Browse the repository at this point in the history
  • Loading branch information
opedrosouza committed Mar 6, 2024
1 parent 07f659e commit 210afca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]
# Reduces boot times through caching; required in config/boot.rb
gem "bootsnap", require: false
# A framework for building reusable, testable & encapsulated view components in Ruby on Rails.
gem "view_component", "~> 3.5"
gem "view_component", "~> 3.11"
# Flexible authentication solution for Rails with Warden
gem "devise", "~> 4.9"
# Translations for the devise gem
Expand All @@ -39,7 +39,7 @@ gem "doorkeeper", "~> 5.6", ">= 5.6.6"
# Middleware that will make Rack-based apps CORS compatible. Fork the project here: https://github.com/cyu/rack-cors
gem "rack-cors", "~> 2.0", ">= 2.0.1"
# Agnostic pagination in plain ruby. It does it all. Better.
gem "pagy", "~> 6.1"
gem "pagy", "~> 7.0", ">= 7.0.9"
# PgSearch builds Active Record named scopes that take advantage of PostgreSQL's full text search
gem "pg_search", "~> 2.3", ">= 2.3.6"
# Allows marking ActiveRecord objects as discarded, and provides scopes for filtering.
Expand All @@ -55,7 +55,7 @@ group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", platforms: %i[mri mingw x64_mingw]
# factory_bot_rails provides integration between factory_bot and rails 5.0 or newer
gem "factory_bot_rails", "~> 6.2"
gem "factory_bot_rails", "~> 6.4", ">= 6.4.3"
# Faker, a port of Data::Faker from Perl, is used to easily generate fake data: names, addresses, phone numbers, etc.
gem "faker", "~> 3.2"
# Automatic Rails code style checking tool. A RuboCop extension focused on enforcing Rails best practices and coding conventions.
Expand Down
19 changes: 9 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,8 @@ GEM
activesupport (>= 6.1)
htmlbeautifier (1.4.3)
htmlentities (4.3.4)
i18n (1.14.3)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
racc (~> 1.7)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
Expand All @@ -168,7 +167,7 @@ GEM
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
lookbook (2.2.1)
lookbook (2.2.2)
activemodel
css_parser
htmlbeautifier (~> 1.3)
Expand All @@ -178,7 +177,7 @@ GEM
redcarpet (~> 3.5)
rouge (>= 3.26, < 5.0)
view_component (>= 2.0)
yard (~> 0.9.25)
yard (~> 0.9)
zeitwerk (~> 2.5)
mail (2.8.1)
mini_mime (>= 0.1.1)
Expand Down Expand Up @@ -212,7 +211,7 @@ GEM
nokogiri (1.16.2-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
pagy (6.5.0)
pagy (7.0.9)
parallel (1.24.0)
parser (3.3.0.5)
ast (~> 2.4.1)
Expand Down Expand Up @@ -307,15 +306,15 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.13.1)
rubocop (1.61.0)
rubocop (1.62.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.1)
Expand Down Expand Up @@ -410,12 +409,12 @@ DEPENDENCIES
discard (~> 1.3)
doorkeeper (~> 5.6, >= 5.6.6)
dry-initializer (~> 3.1, >= 3.1.1)
factory_bot_rails (~> 6.2)
factory_bot_rails (~> 6.4, >= 6.4.3)
faker (~> 3.2)
image_processing (~> 1.12, >= 1.12.2)
letter_opener (~> 1.8, >= 1.8.1)
lookbook (~> 2.1)
pagy (~> 6.1)
pagy (~> 7.0, >= 7.0.9)
pg (~> 1.5)
pg_search (~> 2.3, >= 2.3.6)
puma (~> 6.3)
Expand All @@ -433,7 +432,7 @@ DEPENDENCIES
stimulus-rails
turbo-rails
tzinfo-data
view_component (~> 3.5)
view_component (~> 3.11)
view_component-contrib (~> 0.2.2)
vite_rails (~> 3.0, >= 3.0.14)
web-console
Expand Down

0 comments on commit 210afca

Please sign in to comment.