Skip to content

Commit b295c66

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 01ede27 commit b295c66

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
thor (0.20.3)
890890
thread_safe (0.3.6)
891891
tilt (2.0.9)
@@ -943,7 +943,7 @@ DEPENDENCIES
943943
simple_form
944944
spring (~> 2.0)
945945
spring-watcher-listen (~> 2.0)
946-
sqlite3 (~> 1.3.6)
946+
sqlite3 (~> 1.4.1)
947947
turbolinks (~> 5)
948948
tzinfo-data
949949
uglifier (>= 1.3.0)

0 commit comments

Comments
 (0)