diff --git a/Gemfile b/Gemfile index 1928949a65a0f034a2ff3a394bcd6eca430aabd5..7a906f66d7172a625c0e32fa588a1c407c6fdf7e 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,6 @@ source "https://rubygems.org" ruby "3.3.6" -# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 8.0.1" # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] @@ -14,24 +13,15 @@ gem "sqlite3", "~> 2.5" # Use the Puma web server [https://github.com/puma/puma] gem "puma", ">= 5.0" -# Build JSON APIs with ease [https://github.com/rails/jbuilder] -gem "jbuilder" - # Use Redis adapter to run Action Cable in production gem "redis", ">= 4.0.1" -# Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis] -# gem "kredis" - # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem "tzinfo-data", platforms: %i[ windows jruby ] # Reduces boot times through caching; required in config/boot.rb gem "bootsnap", require: false -# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images] -# gem "image_processing", "~> 1.2" - group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem gem "debug", platforms: %i[ mri windows ] @@ -55,6 +45,7 @@ group :test do end gem "solid_queue", "~> 1.1" + gem "httparty" gem "tailwindcss-rails", "~> 3.1" diff --git a/Gemfile.lock b/Gemfile.lock index 75ce71eb21eb2c11dcc6a3e9bf681649a9e2b685..c50af601bf5e11e9102cc3dec46102fe9aa12d1f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -168,9 +168,6 @@ GEM irb (1.14.3) rdoc (>= 4.0.0) reline (>= 0.4.2) - jbuilder (2.13.0) - actionview (>= 5.0.0) - activesupport (>= 5.0.0) json (2.9.1) logger (1.6.4) loofah (2.24.0) @@ -346,7 +343,6 @@ DEPENDENCIES httparty icalendar (~> 2.10) importmap-rails (~> 2.0) - jbuilder puma (>= 5.0) rails (~> 8.0.1) redis (>= 4.0.1)