Skip to content

Commit

Permalink
remove db files
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniewilkinson committed Jan 24, 2024
1 parent ad3e595 commit 1831a2a
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 56 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ gem 'rack-host-redirect'
gem 'rackup'
gem 'rake'
gem 'roda'
gem 'sequel'
gem 'sequel_pg'
gem 'tilt'
gem 'unicode_utils'

Expand Down
9 changes: 0 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ GEM
async
async-pool (0.4.0)
async (>= 1.25)
bigdecimal (3.1.6)
build-environment (1.13.0)
capybara (3.39.2)
addressable
Expand Down Expand Up @@ -115,7 +114,6 @@ GEM
parser (3.3.0.5)
ast (~> 2.4.1)
racc
pg (1.5.4)
process-metrics (0.2.1)
console (~> 1.8)
samovar (~> 2.1)
Expand Down Expand Up @@ -177,11 +175,6 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sequel (5.76.0)
bigdecimal
sequel_pg (1.17.1)
pg (>= 0.18.0, != 1.2.0)
sequel (>= 4.38.0)
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
Expand Down Expand Up @@ -231,8 +224,6 @@ DEPENDENCIES
rollbar
rubocop
rubocop-performance
sequel
sequel_pg
tilt
unicode_utils
webdrivers
Expand Down
2 changes: 0 additions & 2 deletions app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
require_relative 'lib/auth'
require_relative 'lib/bookmooch'
require_relative 'lib/cache'
require_relative 'lib/db'
require_relative 'lib/goodreads'
require_relative 'lib/models'
require_relative 'lib/overdrive'

class App < Roda
Expand Down
8 changes: 0 additions & 8 deletions lib/db.rb

This file was deleted.

16 changes: 0 additions & 16 deletions lib/models.rb

This file was deleted.

11 changes: 0 additions & 11 deletions migrate/001_users.rb

This file was deleted.

8 changes: 0 additions & 8 deletions migrate/003_add_token_to_users.rb

This file was deleted.

0 comments on commit 1831a2a

Please sign in to comment.