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

Commit 482abdc

Browse files
authored
Merge pull request #707 from Data-Liberation-Front/dependabot/bundler/sqlite3-1.5.0
Bump sqlite3 from 1.4.4 to 1.5.0
2 parents e1d6b77 + e737487 commit 482abdc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-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.1'
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.4'
57+
gem 'sqlite3', '~> 1.5'
5858
end
5959

6060
group :development do

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,8 @@ GEM
715715
actionpack (>= 4.0)
716716
activesupport (>= 4.0)
717717
sprockets (>= 3.0.0)
718-
sqlite3 (1.4.4)
718+
sqlite3 (1.5.0)
719+
mini_portile2 (~> 2.8.0)
719720
sxp (1.2.2)
720721
matrix
721722
rdf (~> 3.2)
@@ -823,7 +824,7 @@ DEPENDENCIES
823824
sidekiq (~> 4.2)
824825
simplecov (~> 0.16)
825826
spring (~> 2.1)
826-
sqlite3 (~> 1.4)
827+
sqlite3 (~> 1.5)
827828
therubyracer (~> 0.12)
828829
thin (~> 1.8)
829830
timecop (~> 0.9)

0 commit comments

Comments
 (0)