Skip to content

Commit

Permalink
DB cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-kolb committed Sep 3, 2024
1 parent 27353da commit 8efe43d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
services:
mongo:
image: mongo:3.6
image: mongo:7.0.14
ports:
- 27017:27017

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem 'sinatra-simple-navigation', '~> 4.0'
gem 'versionomy'

group :test do
gem 'database_cleaner'
gem 'database_cleaner-mongoid'
gem 'factory_bot'
gem 'minitest'
gem 'rack-test'
Expand Down
15 changes: 4 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,11 @@ GEM
specs:
activemodel (5.2.8.1)
activesupport (= 5.2.8.1)
activerecord (5.2.8.1)
activemodel (= 5.2.8.1)
activesupport (= 5.2.8.1)
arel (>= 9.0)
activesupport (5.2.8.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
arel (9.0.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.8)
Expand All @@ -21,12 +16,10 @@ GEM
builder (3.3.0)
concurrent-ruby (1.3.4)
csv (3.3.0)
database_cleaner (2.0.2)
database_cleaner-active_record (>= 2, < 3)
database_cleaner-active_record (2.2.0)
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
database_cleaner-mongoid (2.0.1)
database_cleaner-core (~> 2.0.0)
mongoid
domain_name (0.6.20240107)
dry-core (1.0.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -160,7 +153,7 @@ PLATFORMS

DEPENDENCIES
activesupport
database_cleaner
database_cleaner-mongoid
factory_bot
geocoder
grape (~> 1.8.0)
Expand Down

0 comments on commit 8efe43d

Please sign in to comment.