Skip to content

Commit

Permalink
Bump sqlite3 from 1.6.9 to 1.7.0
Browse files Browse the repository at this point in the history
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.6.9 to 1.7.0.
- [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases)
- [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md)
- [Commits](sparklemotion/sqlite3-ruby@v1.6.9...v1.7.0)

---
updated-dependencies:
- dependency-name: sqlite3
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 27, 2023
1 parent c49c71a commit 48c6efe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -54,7 +54,7 @@ group :development, :test do
gem 'vcr', '~> 6.2'
gem 'cucumber-api-steps', require: false, git: 'https://github.com/Data-Liberation-Front/cucumber-api-steps.git', branch: 'feature-test-content-type'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.6'
gem 'sqlite3', '~> 1.7'
end

group :development do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -719,7 +719,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.6.9)
sqlite3 (1.7.0)
mini_portile2 (~> 2.8.0)
stringio (3.0.5)
sxp (1.2.2)
Expand Down Expand Up @@ -829,7 +829,7 @@ DEPENDENCIES
sidekiq (~> 4.2)
simplecov (~> 0.16)
spring (~> 2.1)
sqlite3 (~> 1.6)
sqlite3 (~> 1.7)
therubyracer (~> 0.12)
thin (~> 1.8)
timecop (~> 0.9)
Expand Down

0 comments on commit 48c6efe

Please sign in to comment.