chore: fix binstubs

This commit is contained in:
Nelson Jovel 2023-12-19 15:56:38 -08:00
parent f9717f80c7
commit 8a3c6d9821
2 changed files with 7 additions and 37 deletions

14
Gemfile
View file

@ -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"