Skip to content
Snippets Groups Projects
Verified Commit 0833d282 authored by Felix Eckhofer's avatar Felix Eckhofer :man_dancing:
Browse files

Remove unused gem jbuilder and clean up Gemfile formatting

parent 45160ef6
No related branches found
No related tags found
No related merge requests found
Pipeline #36839 passed
...@@ -2,7 +2,6 @@ source "https://rubygems.org" ...@@ -2,7 +2,6 @@ source "https://rubygems.org"
ruby "3.3.6" ruby "3.3.6"
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 8.0.1" gem "rails", "~> 8.0.1"
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
...@@ -14,24 +13,15 @@ gem "sqlite3", "~> 2.5" ...@@ -14,24 +13,15 @@ gem "sqlite3", "~> 2.5"
# Use the Puma web server [https://github.com/puma/puma] # Use the Puma web server [https://github.com/puma/puma]
gem "puma", ">= 5.0" 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 # Use Redis adapter to run Action Cable in production
gem "redis", ">= 4.0.1" 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 # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: %i[ windows jruby ] gem "tzinfo-data", platforms: %i[ windows jruby ]
# Reduces boot times through caching; required in config/boot.rb # Reduces boot times through caching; required in config/boot.rb
gem "bootsnap", require: false 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 group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", platforms: %i[ mri windows ] gem "debug", platforms: %i[ mri windows ]
...@@ -55,6 +45,7 @@ group :test do ...@@ -55,6 +45,7 @@ group :test do
end end
gem "solid_queue", "~> 1.1" gem "solid_queue", "~> 1.1"
gem "httparty" gem "httparty"
gem "tailwindcss-rails", "~> 3.1" gem "tailwindcss-rails", "~> 3.1"
......
...@@ -168,9 +168,6 @@ GEM ...@@ -168,9 +168,6 @@ GEM
irb (1.14.3) irb (1.14.3)
rdoc (>= 4.0.0) rdoc (>= 4.0.0)
reline (>= 0.4.2) reline (>= 0.4.2)
jbuilder (2.13.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.9.1) json (2.9.1)
logger (1.6.4) logger (1.6.4)
loofah (2.24.0) loofah (2.24.0)
...@@ -346,7 +343,6 @@ DEPENDENCIES ...@@ -346,7 +343,6 @@ DEPENDENCIES
httparty httparty
icalendar (~> 2.10) icalendar (~> 2.10)
importmap-rails (~> 2.0) importmap-rails (~> 2.0)
jbuilder
puma (>= 5.0) puma (>= 5.0)
rails (~> 8.0.1) rails (~> 8.0.1)
redis (>= 4.0.1) redis (>= 4.0.1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment