From 70d125122f260bad6560fcdadc2bcda468337455 Mon Sep 17 00:00:00 2001 From: Pascal Zumkehr Date: Tue, 14 May 2024 11:12:10 +0200 Subject: [PATCH] Update gems --- .github/workflows/build.yml | 6 ++- .gitignore | 2 + Gemfile.lock | 103 ++++++++++++++++++------------------ validates_by_schema.gemspec | 2 +- 4 files changed, 59 insertions(+), 54 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c962599..623876d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,11 @@ jobs: - name: Run tests run: bundle exec rake - name: Report to coveralls - if: ${{ github.repository == 'joshwlewis/validates_by_schema' }} + if: | + github.repository == 'joshwlewis/validates_by_schema' && + matrix.gemfile == 'Gemfile' && + matrix.ruby-version == '3.2' && + matrix.database == 'postgresql' uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.gitignore b/.gitignore index 9e8ddf8..6f04037 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ log/*.log pkg/ spec/db/*.sqlite3 +spec/db/*.sqlite3-wal +spec/db/*.sqlite3-shm .project coverage *.gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock index ea1ef1d..bbc1fb8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,28 +7,29 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (7.1.1) - actionview (= 7.1.1) - activesupport (= 7.1.1) + actionpack (7.1.3.2) + actionview (= 7.1.3.2) + activesupport (= 7.1.3.2) nokogiri (>= 1.8.5) + racc rack (>= 2.2.4) rack-session (>= 1.0.1) rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - actionview (7.1.1) - activesupport (= 7.1.1) + actionview (7.1.3.2) + activesupport (= 7.1.3.2) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activemodel (7.1.1) - activesupport (= 7.1.1) - activerecord (7.1.1) - activemodel (= 7.1.1) - activesupport (= 7.1.1) + activemodel (7.1.3.2) + activesupport (= 7.1.3.2) + activerecord (7.1.3.2) + activemodel (= 7.1.3.2) + activesupport (= 7.1.3.2) timeout (>= 0.4.0) - activesupport (7.1.1) + activesupport (7.1.3.2) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) @@ -38,38 +39,37 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - base64 (0.1.1) - bigdecimal (3.1.4) + base64 (0.2.0) + bigdecimal (3.1.8) builder (3.2.4) - concurrent-ruby (1.2.2) + concurrent-ruby (1.2.3) connection_pool (2.4.1) crass (1.0.6) - diff-lcs (1.5.0) + diff-lcs (1.5.1) docile (1.4.0) - drb (2.1.1) - ruby2_keywords + drb (2.2.1) erubi (1.12.0) - i18n (1.14.1) + i18n (1.14.5) concurrent-ruby (~> 1.0) - io-console (0.6.0) - irb (1.8.3) - rdoc - reline (>= 0.3.8) - loofah (2.21.4) + io-console (0.7.2) + irb (1.13.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) mini_portile2 (2.8.6) - minitest (5.20.0) - mutex_m (0.1.2) - mysql2 (0.5.5) + minitest (5.22.3) + mutex_m (0.2.0) + mysql2 (0.5.6) nokogiri (1.16.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) - pg (1.5.4) + pg (1.5.6) psych (5.1.2) stringio racc (1.7.3) - rack (3.0.9.1) + rack (3.0.11) rack-session (2.0.0) rack (>= 3.0.0) rack-test (2.1.0) @@ -84,38 +84,37 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - railties (7.1.1) - actionpack (= 7.1.1) - activesupport (= 7.1.1) + railties (7.1.3.2) + actionpack (= 7.1.3.2) + activesupport (= 7.1.3.2) irb rackup (>= 1.0.0) rake (>= 12.2) thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) - rake (13.1.0) + rake (13.2.1) rdoc (6.6.3.1) psych (>= 4.0.0) - reline (0.3.9) + reline (0.5.7) io-console (~> 0.5) - rspec-core (3.12.2) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.3) + rspec-core (3.13.0) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-mocks (3.12.6) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-rails (6.0.3) + rspec-support (~> 3.13.0) + rspec-rails (6.1.2) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) - rspec-core (~> 3.12) - rspec-expectations (~> 3.12) - rspec-mocks (~> 3.12) - rspec-support (~> 3.12) - rspec-support (3.12.1) - ruby2_keywords (0.0.5) - shoulda-matchers (5.3.0) + rspec-core (~> 3.13) + rspec-expectations (~> 3.13) + rspec-mocks (~> 3.13) + rspec-support (~> 3.13) + rspec-support (3.13.1) + shoulda-matchers (6.2.0) activesupport (>= 5.2.0) simplecov (0.22.0) docile (~> 1.1) @@ -124,15 +123,15 @@ GEM simplecov-html (0.12.3) simplecov-lcov (0.8.0) simplecov_json_formatter (0.1.4) - sqlite3 (1.6.7) + sqlite3 (1.7.3) mini_portile2 (~> 2.8.0) stringio (3.1.0) - thor (1.3.0) - timeout (0.4.0) + thor (1.3.1) + timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) webrick (1.8.1) - zeitwerk (2.6.12) + zeitwerk (2.6.13) PLATFORMS ruby @@ -145,7 +144,7 @@ DEPENDENCIES shoulda-matchers simplecov simplecov-lcov - sqlite3 + sqlite3 (< 2.0) validates_by_schema! BUNDLED WITH diff --git a/validates_by_schema.gemspec b/validates_by_schema.gemspec index e785a95..11bcea9 100644 --- a/validates_by_schema.gemspec +++ b/validates_by_schema.gemspec @@ -31,5 +31,5 @@ Gem::Specification.new do |s| s.add_development_dependency 'rake' s.add_development_dependency 'rspec-rails' s.add_development_dependency 'shoulda-matchers' - s.add_development_dependency 'sqlite3' + s.add_development_dependency 'sqlite3', '< 2.0' # for the moment end