Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit 48c6efe

Browse files
Bump sqlite3 from 1.6.9 to 1.7.0
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>
1 parent c49c71a commit 48c6efe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ group :development, :test do
5454
gem 'vcr', '~> 6.2'
5555
gem 'cucumber-api-steps', require: false, git: 'https://github.com/Data-Liberation-Front/cucumber-api-steps.git', branch: 'feature-test-content-type'
5656
# Use sqlite3 as the database for Active Record
57-
gem 'sqlite3', '~> 1.6'
57+
gem 'sqlite3', '~> 1.7'
5858
end
5959

6060
group :development do

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ GEM
719719
actionpack (>= 4.0)
720720
activesupport (>= 4.0)
721721
sprockets (>= 3.0.0)
722-
sqlite3 (1.6.9)
722+
sqlite3 (1.7.0)
723723
mini_portile2 (~> 2.8.0)
724724
stringio (3.0.5)
725725
sxp (1.2.2)
@@ -829,7 +829,7 @@ DEPENDENCIES
829829
sidekiq (~> 4.2)
830830
simplecov (~> 0.16)
831831
spring (~> 2.1)
832-
sqlite3 (~> 1.6)
832+
sqlite3 (~> 1.7)
833833
therubyracer (~> 0.12)
834834
thin (~> 1.8)
835835
timecop (~> 0.9)

0 commit comments

Comments
 (0)