Skip to content

Commit

Permalink
updatre gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
reeganviljoen committed Nov 18, 2024
1 parent cb9c88c commit 7141b9e
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions gemfiles/rails_8.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,8 @@

source "https://rubygems.org"

gem "capybara", "~> 3"
gem "rails", "~> 8.0"
gem "rspec-rails", "~> 5"
gem "net-imap", require: false
gem "net-pop", require: false
gem "net-smtp", require: false
gem "debug"

gem "tailwindcss-rails", "~> 2.0"
gem "turbo-rails", "~> 1"

group :test do
gem "cuprite", "~> 0.15"
gem "puma", "~> 6"
gem "warning"
gem "selenium-webdriver", "4.9.0"
end

group :development, :test do
gem "appraisal", "~> 2.5"
end

gemspec path: "../"
gemspec path: "../"

0 comments on commit 7141b9e

Please sign in to comment.