Skip to content

Commit

Permalink
fix: remove arel-helpers to enable Rails 8 compatibility (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthv authored Nov 13, 2024
1 parent a3debb6 commit 6558699
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ end
gem 'rails', '6.1.7.9'
gem 'forestadmin-jsonapi-serializers'
gem 'rack-cors'
gem 'arel-helpers', '2.14.0'
gem 'groupdate', '5.2.2'
gem 'useragent'
gem 'jwt'
Expand Down
4 changes: 0 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ PATH
remote: .
specs:
forest_liana (9.5.0)
arel-helpers
bcrypt
deepsort
forestadmin-jsonapi-serializers (>= 0.14.0)
Expand Down Expand Up @@ -80,8 +79,6 @@ GEM
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
aes_key_wrap (1.1.0)
arel-helpers (2.14.0)
activerecord (>= 3.1.0, < 8)
attr_required (1.0.1)
base64 (0.2.0)
bcrypt (3.1.18)
Expand Down Expand Up @@ -263,7 +260,6 @@ PLATFORMS
ruby

DEPENDENCIES
arel-helpers (= 2.14.0)
bcrypt
byebug
deepsort
Expand Down
1 change: 0 additions & 1 deletion config/initializers/arel-helpers.rb

This file was deleted.

1 change: 0 additions & 1 deletion forest_liana.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Gem::Specification.new do |s|
s.add_runtime_dependency "forestadmin-jsonapi-serializers", ">= 0.14.0"
s.add_runtime_dependency "jwt"
s.add_runtime_dependency "rack-cors"
s.add_runtime_dependency "arel-helpers"
s.add_runtime_dependency "groupdate", ">= 5.0.0"
s.add_runtime_dependency "useragent"
s.add_runtime_dependency "bcrypt"
Expand Down

0 comments on commit 6558699

Please sign in to comment.