Skip to content

Commit

Permalink
fix gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Schacht committed Dec 17, 2023
1 parent 0094cdf commit c29c69f
Show file tree
Hide file tree
Showing 14 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: bin/rails db:schema:load

- name: Run tests
run: bin/rake
run: bin/rails test

lint:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ group :development do
# gem "spring"

gem 'byebug', platforms: %i[mri mingw x64_mingw]
gem 'pry-rails'
gem 'rubocop', require: false
gem 'rubocop-capybara', require: false
gem 'rubocop-minitest', require: false
Expand Down
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
coderay (1.1.3)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
crass (1.0.6)
Expand Down Expand Up @@ -132,6 +133,7 @@ GEM
net-smtp
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.20.0)
Expand All @@ -155,6 +157,11 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.4)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
psych (5.1.1.1)
stringio
public_suffix (5.0.4)
Expand Down Expand Up @@ -295,6 +302,7 @@ DEPENDENCIES
importmap-rails
jbuilder
pg (~> 1.1)
pry-rails
puma (>= 5.0)
rails (~> 7.1.2)
redis (>= 4.0.1)
Expand Down
1 change: 0 additions & 1 deletion config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ default: &default
# For details on connection pooling, see Rails configuration guide
# https://guides.rubyonrails.org/configuring.html#database-pooling
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
host: <%= ENV.fetch("DATABASE_HOST") { "localhost" } %>

development:
<<: *default
Expand Down
Binary file modified tmp/cache/bootsnap/compile-cache-iseq/09/12520a70437f4c
Binary file not shown.
Binary file modified tmp/cache/bootsnap/compile-cache-iseq/11/18d8e9d1de70aa
Binary file not shown.
Binary file modified tmp/cache/bootsnap/compile-cache-iseq/23/ed3925247e098f
Binary file not shown.
Binary file modified tmp/cache/bootsnap/compile-cache-iseq/2a/de32f17b433e3d
Binary file not shown.
Binary file modified tmp/cache/bootsnap/compile-cache-iseq/2b/dad425673fb36b
Binary file not shown.
Binary file modified tmp/cache/bootsnap/compile-cache-iseq/4f/a9f4aaef35a581
Binary file not shown.
Binary file modified tmp/cache/bootsnap/compile-cache-iseq/54/feb01d7e3d4a08
Binary file not shown.
Binary file modified tmp/cache/bootsnap/compile-cache-iseq/8d/540dbc104cd51e
Binary file not shown.
Binary file modified tmp/cache/bootsnap/compile-cache-iseq/e3/21f6992fdcf095
Binary file not shown.
Binary file modified tmp/cache/bootsnap/load-path-cache
Binary file not shown.

0 comments on commit c29c69f

Please sign in to comment.