Skip to content

Commit

Permalink
Upgraded Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yatish27 committed May 7, 2024
1 parent 4603488 commit ba377ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ gem "stimulus-rails"
gem "turbo-rails"
gem "tzinfo-data", platforms: %i[windows jruby]
gem "vite_rails", "~> 3.0"
gem "solid_queue", "~> 0.3.0"

group :development, :test do
gem "debug", platforms: %i[mri windows]
Expand All @@ -27,9 +28,7 @@ group :development do
gem "rubocop-performance", require: false
gem "rubocop-rails", ">= 2.22.0", require: false
gem "web-console"
gem "overmind", "~> 2.5.1"
gem "foreman", "~> 0.88"
gem "erb_lint", "~> 0.5", require: false
gem "bundler-audit", require: false
end

gem "solid_queue", "~> 0.3.0"
9 changes: 2 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ GEM
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
foreman (0.88.1)
fugit (1.9.0)
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
Expand Down Expand Up @@ -178,12 +179,6 @@ GEM
racc (~> 1.4)
nokogiri (1.16.4-x86_64-linux)
racc (~> 1.4)
overmind (2.5.1)
overmind (2.5.1-arm-linux)
overmind (2.5.1-arm64-darwin)
overmind (2.5.1-arm64-linux)
overmind (2.5.1-x86-linux)
overmind (2.5.1-x86_64-darwin)
parallel (1.24.0)
parser (3.3.1.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -324,9 +319,9 @@ DEPENDENCIES
dotenv (>= 3.0)
erb_lint (~> 0.5)
factory_bot_rails
foreman (~> 0.88)
jbuilder
letter_opener
overmind (~> 2.5.1)
pg (~> 1.1)
puma (>= 5.0)
rails (~> 7.1.3, >= 7.1.3.2)
Expand Down

0 comments on commit ba377ef

Please sign in to comment.