Drop sqlite3
We should spec on the database we use...
This commit is contained in:
parent
f9028583d3
commit
f51db484ab
4 changed files with 0 additions and 7 deletions
1
.github/workflows/next-rails.yml
vendored
1
.github/workflows/next-rails.yml
vendored
|
|
@ -12,7 +12,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: next-rails
|
name: next-rails
|
||||||
env:
|
env:
|
||||||
OSEM_DB_ADAPTER: sqlite3
|
|
||||||
RAILS_ENV: test
|
RAILS_ENV: test
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
||||||
1
.github/workflows/spec.yml
vendored
1
.github/workflows/spec.yml
vendored
|
|
@ -25,7 +25,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: spec
|
name: spec
|
||||||
env:
|
env:
|
||||||
OSEM_DB_ADAPTER: sqlite3
|
|
||||||
RAILS_ENV: test
|
RAILS_ENV: test
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
||||||
2
Gemfile
2
Gemfile
|
|
@ -248,8 +248,6 @@ end
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
# as debugger
|
# as debugger
|
||||||
gem 'byebug'
|
gem 'byebug'
|
||||||
# as development/test database
|
|
||||||
gem 'sqlite3'
|
|
||||||
# to test new rails version
|
# to test new rails version
|
||||||
gem 'next_rails'
|
gem 'next_rails'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -556,8 +556,6 @@ GEM
|
||||||
actionpack (>= 5.2)
|
actionpack (>= 5.2)
|
||||||
activesupport (>= 5.2)
|
activesupport (>= 5.2)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
sqlite3 (1.7.3)
|
|
||||||
mini_portile2 (~> 2.8.0)
|
|
||||||
ssrf_filter (1.1.2)
|
ssrf_filter (1.1.2)
|
||||||
stripe (5.55.0)
|
stripe (5.55.0)
|
||||||
stripe-ruby-mock (3.1.0)
|
stripe-ruby-mock (3.1.0)
|
||||||
|
|
@ -703,7 +701,6 @@ DEPENDENCIES
|
||||||
simplecov-cobertura
|
simplecov-cobertura
|
||||||
skylight
|
skylight
|
||||||
sprockets-rails
|
sprockets-rails
|
||||||
sqlite3
|
|
||||||
stripe
|
stripe
|
||||||
stripe-ruby-mock (~> 3.1.0.rc3)
|
stripe-ruby-mock (~> 3.1.0.rc3)
|
||||||
timecop
|
timecop
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue