diff --git a/Gemfile b/Gemfile index b12ba19c..03fbbb53 100644 --- a/Gemfile +++ b/Gemfile @@ -15,14 +15,14 @@ gem "pg" # Use Puma as the app server gem "puma", ">= 5.6.4" # Use Uglifier as compressor for JavaScript assets -gem "uglifier", ">= 1.3.0" +# gem "uglifier", ">= 1.3.0" # See https://github.com/rails/execjs#readme for more supported runtimes # Use jquery as the JavaScript library -gem "jquery-rails" +# gem "jquery-rails" # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem "jbuilder", "~> 2.5" +# gem "jbuilder", "~> 2.5" # Use Redis adapter to run Action Cable in production -gem "redis", "~> 3.0" +# gem "redis", "~> 3.0" # Use ActiveModel has_secure_password # gem 'bcrypt', '~> 3.1.7' @@ -30,7 +30,7 @@ gem "nokogiri", ">= 1.13.4" gem "bootsnap", require: false -gem "haml" +# gem "haml" gem "friendly_id", "~> 5.1.0" @@ -38,7 +38,7 @@ gem "newrelic_rpm" gem "devise", git: "https://github.com/heartcombo/devise" -gem "omniauth" +# gem "omniauth" gem "activerecord-import" @@ -100,4 +100,4 @@ end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby] -gem "reline", "~> 0.3.2" +# gem "reline", "~> 0.3.2" diff --git a/Gemfile.lock b/Gemfile.lock index 27f196a5..8cb2b0cc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -160,7 +160,6 @@ GEM erblint-github (0.5.1) erubi (1.12.0) eventmachine (1.2.7) - execjs (2.9.1) factory_bot (6.4.2) activesupport (>= 5.0.0) factory_bot_rails (6.4.2) @@ -196,11 +195,6 @@ GEM guard (~> 2.1) guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) - haml (6.3.0) - temple (>= 0.8.2) - thor - tilt - hashie (5.0.0) http_parser.rb (0.8.0) i18n (1.14.1) concurrent-ruby (~> 1.0) @@ -209,13 +203,6 @@ GEM rdoc reline (>= 0.3.8) jaro_winkler (1.5.6) - jbuilder (2.11.5) - actionview (>= 5.0.0) - activesupport (>= 5.0.0) - jquery-rails (4.6.0) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) jsbundling-rails (1.2.1) railties (>= 6.0.0) json (2.7.1) @@ -273,10 +260,6 @@ GEM notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) - omniauth (2.1.1) - hashie (>= 3.4.6) - rack (>= 2.2.3) - rack-protection orm_adapter (0.5.0) parallel (1.24.0) parallel_tests (4.3.0) @@ -299,8 +282,6 @@ GEM rack rack-mini-profiler (3.3.0) rack (>= 1.2.0) - rack-protection (3.0.6) - rack rack-session (2.0.0) rack (>= 3.0.0) rack-test (2.1.0) @@ -349,7 +330,6 @@ GEM rbs (2.8.4) rdoc (6.6.2) psych (>= 4.0.0) - redis (3.3.5) reek (6.1.4) kwalify (~> 0.7.0) parser (~> 3.2.0) @@ -446,7 +426,6 @@ GEM stimulus-rails (1.3.0) railties (>= 6.0.0) stringio (3.1.0) - temple (0.10.3) thor (1.3.0) tilt (2.3.0) timecop (0.9.8) @@ -457,8 +436,6 @@ GEM railties (>= 6.0.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - uglifier (4.2.0) - execjs (>= 0.3.0, < 3) unicode-display_width (2.5.0) uniform_notifier (1.16.0) warden (1.2.9) @@ -502,9 +479,6 @@ DEPENDENCIES guard guard-livereload (~> 2.5) guard-rspec - haml - jbuilder (~> 2.5) - jquery-rails jsbundling-rails launchy listen (~> 3.8.0) @@ -512,7 +486,6 @@ DEPENDENCIES net-sftp newrelic_rpm nokogiri (>= 1.13.4) - omniauth parallel_tests pg puma (>= 5.6.4) @@ -520,8 +493,6 @@ DEPENDENCIES rack-mini-profiler rails (~> 7.1.0) rails-controller-testing - redis (~> 3.0) - reline (~> 0.3.2) rspec-rails (~> 6.0.3) rubocop seed_dump @@ -534,7 +505,6 @@ DEPENDENCIES timecop turbo-rails tzinfo-data - uglifier (>= 1.3.0) watir RUBY VERSION