chore: fix binstubs

speedup-admin-data
Nelson Jovel 2 years ago
parent f9717f80c7
commit 8a3c6d9821

@ -15,14 +15,14 @@ gem "pg"
# Use Puma as the app server # Use Puma as the app server
gem "puma", ">= 5.6.4" gem "puma", ">= 5.6.4"
# Use Uglifier as compressor for JavaScript assets # 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 # See https://github.com/rails/execjs#readme for more supported runtimes
# Use jquery as the JavaScript library # Use jquery as the JavaScript library
gem "jquery-rails" # gem "jquery-rails"
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # 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 # Use Redis adapter to run Action Cable in production
gem "redis", "~> 3.0" # gem "redis", "~> 3.0"
# Use ActiveModel has_secure_password # Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7' # gem 'bcrypt', '~> 3.1.7'
@ -30,7 +30,7 @@ gem "nokogiri", ">= 1.13.4"
gem "bootsnap", require: false gem "bootsnap", require: false
gem "haml" # gem "haml"
gem "friendly_id", "~> 5.1.0" gem "friendly_id", "~> 5.1.0"
@ -38,7 +38,7 @@ gem "newrelic_rpm"
gem "devise", git: "https://github.com/heartcombo/devise" gem "devise", git: "https://github.com/heartcombo/devise"
gem "omniauth" # gem "omniauth"
gem "activerecord-import" gem "activerecord-import"
@ -100,4 +100,4 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby] gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]
gem "reline", "~> 0.3.2" # gem "reline", "~> 0.3.2"

@ -160,7 +160,6 @@ GEM
erblint-github (0.5.1) erblint-github (0.5.1)
erubi (1.12.0) erubi (1.12.0)
eventmachine (1.2.7) eventmachine (1.2.7)
execjs (2.9.1)
factory_bot (6.4.2) factory_bot (6.4.2)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
factory_bot_rails (6.4.2) factory_bot_rails (6.4.2)
@ -196,11 +195,6 @@ GEM
guard (~> 2.1) guard (~> 2.1)
guard-compat (~> 1.1) guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0) 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) http_parser.rb (0.8.0)
i18n (1.14.1) i18n (1.14.1)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
@ -209,13 +203,6 @@ GEM
rdoc rdoc
reline (>= 0.3.8) reline (>= 0.3.8)
jaro_winkler (1.5.6) 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) jsbundling-rails (1.2.1)
railties (>= 6.0.0) railties (>= 6.0.0)
json (2.7.1) json (2.7.1)
@ -273,10 +260,6 @@ GEM
notiffany (0.1.3) notiffany (0.1.3)
nenv (~> 0.1) nenv (~> 0.1)
shellany (~> 0.0) shellany (~> 0.0)
omniauth (2.1.1)
hashie (>= 3.4.6)
rack (>= 2.2.3)
rack-protection
orm_adapter (0.5.0) orm_adapter (0.5.0)
parallel (1.24.0) parallel (1.24.0)
parallel_tests (4.3.0) parallel_tests (4.3.0)
@ -299,8 +282,6 @@ GEM
rack rack
rack-mini-profiler (3.3.0) rack-mini-profiler (3.3.0)
rack (>= 1.2.0) rack (>= 1.2.0)
rack-protection (3.0.6)
rack
rack-session (2.0.0) rack-session (2.0.0)
rack (>= 3.0.0) rack (>= 3.0.0)
rack-test (2.1.0) rack-test (2.1.0)
@ -349,7 +330,6 @@ GEM
rbs (2.8.4) rbs (2.8.4)
rdoc (6.6.2) rdoc (6.6.2)
psych (>= 4.0.0) psych (>= 4.0.0)
redis (3.3.5)
reek (6.1.4) reek (6.1.4)
kwalify (~> 0.7.0) kwalify (~> 0.7.0)
parser (~> 3.2.0) parser (~> 3.2.0)
@ -446,7 +426,6 @@ GEM
stimulus-rails (1.3.0) stimulus-rails (1.3.0)
railties (>= 6.0.0) railties (>= 6.0.0)
stringio (3.1.0) stringio (3.1.0)
temple (0.10.3)
thor (1.3.0) thor (1.3.0)
tilt (2.3.0) tilt (2.3.0)
timecop (0.9.8) timecop (0.9.8)
@ -457,8 +436,6 @@ GEM
railties (>= 6.0.0) railties (>= 6.0.0)
tzinfo (2.0.6) tzinfo (2.0.6)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unicode-display_width (2.5.0) unicode-display_width (2.5.0)
uniform_notifier (1.16.0) uniform_notifier (1.16.0)
warden (1.2.9) warden (1.2.9)
@ -502,9 +479,6 @@ DEPENDENCIES
guard guard
guard-livereload (~> 2.5) guard-livereload (~> 2.5)
guard-rspec guard-rspec
haml
jbuilder (~> 2.5)
jquery-rails
jsbundling-rails jsbundling-rails
launchy launchy
listen (~> 3.8.0) listen (~> 3.8.0)
@ -512,7 +486,6 @@ DEPENDENCIES
net-sftp net-sftp
newrelic_rpm newrelic_rpm
nokogiri (>= 1.13.4) nokogiri (>= 1.13.4)
omniauth
parallel_tests parallel_tests
pg pg
puma (>= 5.6.4) puma (>= 5.6.4)
@ -520,8 +493,6 @@ DEPENDENCIES
rack-mini-profiler rack-mini-profiler
rails (~> 7.1.0) rails (~> 7.1.0)
rails-controller-testing rails-controller-testing
redis (~> 3.0)
reline (~> 0.3.2)
rspec-rails (~> 6.0.3) rspec-rails (~> 6.0.3)
rubocop rubocop
seed_dump seed_dump
@ -534,7 +505,6 @@ DEPENDENCIES
timecop timecop
turbo-rails turbo-rails
tzinfo-data tzinfo-data
uglifier (>= 1.3.0)
watir watir
RUBY VERSION RUBY VERSION

Loading…
Cancel
Save