diff --git a/Gemfile b/Gemfile index 531e5597..5389edb4 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem "device_detector" # DeviceDetector is a precise and fast user agent parser a gem "warden" # General Rack Authentication Framework [https://github.com/wardencommunity/warden] gem "postmark-rails" # Postmark Rails gem [https://github.com/ActiveCampaign/postmark-rails] gem "scout_apm" # Scout APM Ruby Agent [https://scoutapm.com] -gem "rails_admin", github: "railsadminteam/rails_admin" # RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data [https://github.com/railsadminteam/rails_admin] +gem "rails_admin" # RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data [https://github.com/railsadminteam/rails_admin] gem "addressable" # Addressable is an alternative implementation to URI [https://github.com/sporkmonger/addressable] gem "ostruct" # OpenStruct is a data structure, similar to a Hash, that allows the definition of arbitrary attributes with their accompanying values gem "parslet" # Parslet is a small Ruby library for constructing parsers [https://github.com/kschiess/parslet] diff --git a/Gemfile.lock b/Gemfile.lock index 67e7d222..645be1be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/rails/rails.git - revision: 8149a919848182018d061392136342ebc955d709 + revision: c67d91b04d16072f902e86bd969946120449b1c5 specs: actioncable (8.1.0.alpha) actionpack (= 8.1.0.alpha) @@ -96,18 +96,6 @@ GIT thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) -GIT - remote: https://github.com/railsadminteam/rails_admin.git - revision: e38c12d98e3e11b858d2f3caa752013b7478f926 - specs: - rails_admin (3.2.1) - activemodel-serializers-xml (>= 1.0) - csv - kaminari (>= 0.14, < 2.0) - nested_form (~> 0.3) - rails (>= 6.0, < 9) - turbo-rails (>= 1.0, < 3) - GEM remote: https://rubygems.org/ specs: @@ -120,7 +108,7 @@ GEM annotaterb (4.13.0) ast (2.4.2) aws-eventstream (1.3.0) - aws-partitions (1.1016.0) + aws-partitions (1.1027.0) aws-sdk-core (3.214.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) @@ -129,7 +117,7 @@ GEM aws-sdk-kms (1.96.0) aws-sdk-core (~> 3, >= 3.210.0) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.175.0) + aws-sdk-s3 (1.176.1) aws-sdk-core (~> 3, >= 3.210.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) @@ -179,20 +167,20 @@ GEM bigdecimal rexml crass (1.0.6) - css_parser (1.19.1) + css_parser (1.21.0) addressable - csv (3.3.0) + csv (3.3.1) cuprite (0.15.1) capybara (~> 3.0) ferrum (~> 0.15.0) date (3.4.1) - debug (1.9.2) + debug (1.10.0) irb (~> 1.10) reline (>= 0.3.8) device_detector (1.1.3) diff-lcs (1.5.1) docile (1.4.1) - dotenv (3.1.4) + dotenv (3.1.7) drb (2.2.1) dry-cli (1.2.0) dry-configurable (1.2.0) @@ -242,12 +230,12 @@ GEM railties (>= 5.0.0) faker (3.5.1) i18n (>= 1.8.11, < 2) - faraday (2.12.1) + faraday (2.12.2) faraday-net_http (>= 2.0, < 3.5) json logger - faraday-multipart (1.0.4) - multipart-post (~> 2) + faraday-multipart (1.1.0) + multipart-post (~> 2.0) faraday-net_http (3.4.0) net-http (>= 0.5.0) fastimage (2.3.1) @@ -276,17 +264,17 @@ GEM globalid (1.2.1) activesupport (>= 6.1) hashdiff (1.1.2) - honeybadger (5.26.0) + honeybadger (5.26.1) logger http-2 (1.0.2) - httpx (1.3.4) + httpx (1.4.0) http-2 (>= 1.0.0) i18n (1.14.6) concurrent-ruby (~> 1.0) image_processing (1.13.0) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) - importmap-rails (2.0.3) + importmap-rails (2.1.0) actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) @@ -300,7 +288,7 @@ GEM rdoc (>= 4.0.0) reline (>= 0.4.2) jmespath (1.6.2) - json (2.9.0) + json (2.9.1) jwt (2.9.3) base64 kaminari (1.2.2) @@ -355,12 +343,12 @@ GEM mime-types (3.6.0) logger mime-types-data (~> 3.2015) - mime-types-data (3.2024.1105) + mime-types-data (3.2024.1203) mini_magick (4.13.2) mini_mime (1.1.5) mini_portile2 (2.8.8) minitest (5.25.4) - mission_control-jobs (0.6.0) + mission_control-jobs (1.0.1) actioncable (>= 7.1) actionpack (>= 7.1) activejob (>= 7.1) @@ -376,7 +364,7 @@ GEM nested_form (0.3.2) net-http (0.6.0) uri - net-imap (0.5.1) + net-imap (0.5.3) date net-protocol net-pop (0.1.2) @@ -390,7 +378,7 @@ GEM racc (~> 1.4) nokogiri (1.17.2-x86_64-linux) racc (~> 1.4) - openssl (3.2.0) + openssl (3.2.1) ostruct (0.6.1) parallel (1.26.3) parser (3.3.6.0) @@ -441,6 +429,13 @@ GEM rails-html-sanitizer (1.6.2) loofah (~> 2.21) nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) + rails_admin (3.3.0) + activemodel-serializers-xml (>= 1.0) + csv + kaminari (>= 0.14, < 2.0) + nested_form (~> 0.3) + rails (>= 6.0, < 9) + turbo-rails (>= 1.0, < 3) rails_best_practices (1.23.2) activesupport code_analyzer (~> 0.5.5) @@ -462,7 +457,7 @@ GEM reline (0.6.0) io-console (~> 0.5) require_all (3.0.0) - rexml (3.3.9) + rexml (3.4.0) rouge (4.5.1) rspec-core (3.13.2) rspec-support (~> 3.13.0) @@ -481,19 +476,19 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.2) - rubocop (1.68.0) + rubocop (1.69.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.36.2, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.36.2) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.37.0) parser (>= 3.3.1.0) - rubocop-performance (1.22.1) + rubocop-performance (1.23.0) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-openai (7.3.1) @@ -530,7 +525,7 @@ GEM sitepress-core (= 4.0.5) sprockets-rails (>= 2.0.0) smart_properties (1.17.0) - solid_cable (3.0.2) + solid_cable (3.0.5) actioncable (>= 7.2) activejob (>= 7.2) activerecord (>= 7.2) @@ -539,7 +534,7 @@ GEM activejob (>= 7.2) activerecord (>= 7.2) railties (>= 7.2) - solid_queue (1.0.2) + solid_queue (1.1.0) activejob (>= 7.1) activerecord (>= 7.1) concurrent-ruby (>= 1.3.1) @@ -559,31 +554,33 @@ GEM sqlite-vec (0.1.6-x86_64-linux) sqlite3 (2.4.1) mini_portile2 (~> 2.8.0) - sqlpkg (0.2.3.1-arm64-darwin) - sqlpkg (0.2.3.1-x86_64-linux) - standard (1.42.1) + sqlpkg (0.2.3.2-arm64-darwin) + sqlpkg (0.2.3.2-x86_64-linux) + standard (1.43.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.68.0) + rubocop (~> 1.69.1) standard-custom (~> 1.0.0) - standard-performance (~> 1.5) + standard-performance (~> 1.6) standard-custom (1.0.2) lint_roller (~> 1.0) rubocop (~> 1.50) - standard-performance (1.5.0) + standard-performance (1.6.0) lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + rubocop-performance (~> 1.23.0) stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.1.2) thor (1.3.2) - timeout (0.4.2) + timeout (0.4.3) turbo-rails (2.0.11) actionpack (>= 6.0.0) railties (>= 6.0.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) + unicode-display_width (3.1.2) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) uri (1.0.2) useragent (0.16.11) vcr (6.3.1) @@ -668,7 +665,7 @@ DEPENDENCIES puma (>= 5.0) rack-mini-profiler rails! - rails_admin! + rails_admin rails_best_practices reek rouge diff --git a/package-lock.json b/package-lock.json index 6549962b..169b483e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "dracula-ui": "^1.0.6", "html-to-image": "^1.11.11", "postcss-import": "^16.1.0", - "rails_admin": "3.2.0", + "rails_admin": "^3.3.0", "system-font-css": "^2.0.2" }, "devDependencies": { @@ -4592,9 +4592,10 @@ "license": "MIT" }, "node_modules/rails_admin": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/rails_admin/-/rails_admin-3.2.0.tgz", - "integrity": "sha512-efTnZDWtQETa+lHPQCUW/8not0s++TU0dBy6WOHggQhdTqiDJe65hKDYWpF5iF5sL19D2RBCfJ2PyFoKNTsDyw==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/rails_admin/-/rails_admin-3.3.0.tgz", + "integrity": "sha512-sgdLMdJDOQmkEWYXY0uqLYxi7eMdhCEU4ZuKpVKdSssMoOr9iqCX8/sOP4ErRiC8Iez5x1vXVOv0Iki4ZKCNug==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.16.7", "@fortawesome/fontawesome-free": ">=5.15.0 <7.0.0", diff --git a/package.json b/package.json index 03cadd70..938d1a21 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dracula-ui": "^1.0.6", "html-to-image": "^1.11.11", "postcss-import": "^16.1.0", - "rails_admin": "3.2.0", + "rails_admin": "^3.3.0", "system-font-css": "^2.0.2" }, "devDependencies": {