Skip to content

Commit

Permalink
Remove unneeded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hulloitskai committed Feb 2, 2025
1 parent 2483dec commit 74ed057
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 123 deletions.
15 changes: 6 additions & 9 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,18 @@ gem "rgeo", "~> 3.0"
gem "rgeo-geojson", "~> 2.2"
gem "rgeo-activerecord", "~> 8.0"

# Enable additional operators and utilities for Active Record with PostgreSQL
gem "active_record_extended", github: "GeorgeKaraszi/ActiveRecordExtended", branch: "feature/rails80"

# Use PostGIS extensions for PostgreSQL
gem "activerecord-postgis-adapter", github: "rgeo/activerecord-postgis-adapter", ref: "32d58f3d3df94779acabba3a2e510de56a2bce63"

# Use the Puma web server [https://github.com/puma/puma]
gem "puma", "~> 6.6.0"

# Use enhanced PostgreSQL adapter for Action Cable
gem "actioncable-enhanced-postgresql-adapter", "~> 1.0"

# Use the Puma web server [https://github.com/puma/puma]
gem "puma", "~> 6.6.0"

# Use Redis adapter to run Action Cable in production
# gem "redis", "~> 4.0"

Expand Down Expand Up @@ -144,12 +147,6 @@ gem "omniauth-google-oauth2", "~> 1.1"
# Use RSpotify to read currently playing data from Spotify
gem "rspotify", "~> 2.12"

# Print objects with text wrappers for debugging
gem "wrapped_print"

# Enable additional operators and utilities for Active Record with PostgreSQL
gem "active_record_extended", github: "GeorgeKaraszi/ActiveRecordExtended", branch: "feature/rails80"

# Parse Markdown with Markly
gem "markly", "~> 0.7.0"

Expand Down
1 change: 0 additions & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class Application < Rails::Application
# == Extensions
require "core_ext"
require "rails_ext"
require "actionview_ext"
require "oj_serializers_ext"
require "types_from_serializers_ext"
require "js_from_routes_ext"
Expand Down
9 changes: 0 additions & 9 deletions lib/actionview_ext.rb

This file was deleted.

1 change: 1 addition & 0 deletions sorbet/rbi/gems/actionview@8.0.1.rbi

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

104 changes: 0 additions & 104 deletions sorbet/rbi/gems/wrapped_print@0.1.1.rbi

This file was deleted.

0 comments on commit 74ed057

Please sign in to comment.