Skip to content

Commit

Permalink
Feature/admin select2 and gem updates (#27)
Browse files Browse the repository at this point in the history
* Bump gems, Remove activeadmin-addons, integrate Select2

* Doc updates
  • Loading branch information
Grigore-George-Mihai authored Dec 11, 2024
1 parent c1b6a94 commit 4110c43
Show file tree
Hide file tree
Showing 16 changed files with 114 additions and 192 deletions.
4 changes: 2 additions & 2 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2024-11-02 11:47:00 UTC using RuboCop version 1.68.0.
# on 2024-12-11 06:56:35 UTC using RuboCop version 1.69.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 3
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: Max, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
# Configuration parameters: Max, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, SplitStrings.
# URISchemes: http, https
Layout/LineLength:
Exclude:
Expand Down
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,12 @@ gem "devise"

# ActiveAdmin
gem "activeadmin"
gem "activeadmin_addons"

# Performance and Error Tracking
gem "rollbar"
gem "scout_apm"

group :development, :test do
gem "byebug"
gem "debug", platforms: %i[mri windows], require: "debug/prelude"
gem "dotenv-rails"

Expand All @@ -48,7 +46,7 @@ group :development, :test do
# Rspec
gem "factory_bot_rails"
gem "faker"
gem "rspec-rails", "~> 7.0.0"
gem "rspec-rails", "~> 7.1.0"

# Security
gem "brakeman", require: false
Expand Down
Loading

0 comments on commit 4110c43

Please sign in to comment.