From 0833d282c78232889b9ffeef2bad2b73f8b6630d Mon Sep 17 00:00:00 2001 From: Felix Eckhofer <felix@eckhofer.com> Date: Thu, 2 Jan 2025 23:27:54 +0100 Subject: [PATCH] Remove unused gem jbuilder and clean up Gemfile formatting --- Gemfile | 11 +---------- Gemfile.lock | 4 ---- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index 1928949..7a906f6 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 75ce71e..c50af60 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) -- GitLab