Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
bsp3ars authored and crowesn committed Nov 7, 2022
1 parent 0376d03 commit c3d80cc
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@
/yarn-error.log
yarn-debug.log*
.yarn-integrity

# Ignore Vendor Local
/vendor/bundle --local
/vendor/bundle
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ gem 'jbuilder', '~> 2.5'
gem 'bootsnap', '>= 1.1.0', require: false
gem 'bootstrap', '~> 4.4.1'

gem 'bcrypt_pbkdf'
gem 'dotenv-rails'
gem 'ed25519'
gem 'jquery-rails'
gem 'pagy', '~> 3.7'
gem 'truncato'
Expand All @@ -64,9 +66,9 @@ group :development do
gem 'capistrano', '~> 3.17.1', require: false
gem 'capistrano-bundler', '~> 1.6', require: false
gem 'capistrano-rails', '~> 1.4', require: false
gem 'capistrano-rvm', require: false
gem 'capistrano-rbenv', '~> 2.0' # required
gem 'capistrano-rbenv-install', '~> 1.2.0'
gem 'capistrano-rvm', require: false
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
gem 'listen', '>= 3.0.5', '< 3.2'
gem 'web-console', '>= 3.3.0'
Expand Down
6 changes: 5 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ GEM
ast (2.4.2)
autoprefixer-rails (10.4.7.0)
execjs (~> 2)
bcrypt_pbkdf (1.1.0)
bindex (0.8.1)
bootsnap (1.13.0)
msgpack (~> 1.2)
Expand Down Expand Up @@ -125,6 +126,7 @@ GEM
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
railties (>= 3.2)
ed25519 (1.3.0)
erubi (1.11.0)
execjs (2.8.1)
factory_bot (6.2.1)
Expand Down Expand Up @@ -344,6 +346,7 @@ PLATFORMS
ruby

DEPENDENCIES
bcrypt_pbkdf
bootsnap (>= 1.1.0)
bootstrap (~> 4.4.1)
byebug
Expand All @@ -358,6 +361,7 @@ DEPENDENCIES
coffee-rails (~> 5.0)
coveralls (~> 0.8.22)
dotenv-rails
ed25519
factory_bot_rails
jbuilder (~> 2.5)
jquery-rails
Expand Down Expand Up @@ -389,4 +393,4 @@ RUBY VERSION
ruby 3.0.4p208

BUNDLED WITH
2.3.22
2.3.25
2 changes: 1 addition & 1 deletion config/credentials.yml.enc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1r3FV+OnrD6GaZdt+7lf3YVH05xgx883/o6g7bZy+rEoKuyCUjrsVgkew2CnVjr+R7JEI/zj9L/a7ZmIz//nFQlMtjBgKIKVUgoqHFR7YTFi6rpSRrYyo+eMfitdL7urO8QRk7ZTM1HLLNIhioUR0nk4hJB6XVZvwgkjFi70q0DqXznBDFMNFCCWETr9VDiaDk7J3ZKwCBEPI7c0ELvcfAES/RIlWRpgaJEh1AKAegYwVGq+za9EHiaK3FWUvmxGWnRWCr2I2BTZObbaS9EOjdeDQEHLzShCa2wd3ckBcEEBBqwardz7zsueFDmpbkvV2/Vigc5NqYppIMegOR3m0vaZ6HXhRVQiJf+YoUrbhRCkQ7QMZUwoUy/4dqiTeJm3DxKzMimZki04arHDK85YqhhxSIeuVq8HDS9L--PnW8R1DEVJ5N7CLH--j90MEHjnx+ZbK2jpqoIqjA==
QQFqRb38TQtuRlm6ECaNC8y6qHgOXbJHfstEoQHWs7FHL95P/iMbULIMEegZkT0j+MKtvZAGemaIyj14wzufhpYgnZf+QhmpxJvRkgH3cdhxptNz450LX0VCS86eUUYtHvv2sLGoZwPiLWkznBD3OvKKAMKoFUkBW731Jqf9Fc4StR50Ukfvo0aPdG6yb2hBkU24PG97QAY+4WgLVWA4DL9FmPkfm1NzEbSfbRKDSRw6xwSrh68H43wH2cHJrGQNeaZAyTb9fPTS6/SForotYhuQ4SXOIenv7efO+3uR8zQqOO1kC6u4UPQ+ANC8uuSCKuDNH/TVcVcSy562cpKGJgHJMonfc2SgMNPx1qW8dNgmMOcuGgBmcEeEsxcWOGgIWl4ffx+9ij8Kdi63g9XbpJJK1sdF3rGyuoX6--eNW+72Fhw/63ciMk--jSBZ7P9l9ws41p/KyoxuiA==
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
set :rbenv_type, :user
set :rbenv_ruby, '3.0.4'
# set :rbenv_ruby, File.read('.ruby-version').strip
set :rbenv_map_bins, %w{rake gem bundle ruby rails}
set :rbenv_map_bins, %w[rake gem bundle ruby rails]
set :rbenv_roles, :all # default value

task :shared_db do
Expand Down

0 comments on commit c3d80cc

Please sign in to comment.