Skip to content

Commit 7ceb81c

Browse files
Bump sqlite3 from 1.3.13 to 1.4.1
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.3.13 to 1.4.1. - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.rdoc) - [Commits](sparklemotion/sqlite3-ruby@v1.3.13...v1.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent bce4708 commit 7ceb81c

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
@@ -20,7 +20,7 @@ gem "rollbar"
2020

2121
group :development, :test do
2222
gem "byebug", platforms: [:mri, :mingw, :x64_mingw]
23-
gem "sqlite3", "~> 1.3.6"
23+
gem "sqlite3", "~> 1.4.1"
2424
end
2525

2626
group :development do

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ GEM
885885
actionpack (>= 4.0)
886886
activesupport (>= 4.0)
887887
sprockets (>= 3.0.0)
888-
sqlite3 (1.3.13)
888+
sqlite3 (1.4.1)
889889
table_print (1.5.6)
890890
thor (0.20.3)
891891
thread_safe (0.3.6)
@@ -944,7 +944,7 @@ DEPENDENCIES
944944
simple_form
945945
spring (~> 2.0)
946946
spring-watcher-listen (~> 2.0)
947-
sqlite3 (~> 1.3.6)
947+
sqlite3 (~> 1.4.1)
948948
table_print
949949
turbolinks (~> 5)
950950
tzinfo-data

0 commit comments

Comments
 (0)