Skip to content

Commit

Permalink
Bump sqlite3 from 1.3.13 to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Oct 25, 2019
1 parent bce4708 commit 7ceb81c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem "rollbar"

group :development, :test do
gem "byebug", platforms: [:mri, :mingw, :x64_mingw]
gem "sqlite3", "~> 1.3.6"
gem "sqlite3", "~> 1.4.1"
end

group :development do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.13)
sqlite3 (1.4.1)
table_print (1.5.6)
thor (0.20.3)
thread_safe (0.3.6)
Expand Down Expand Up @@ -944,7 +944,7 @@ DEPENDENCIES
simple_form
spring (~> 2.0)
spring-watcher-listen (~> 2.0)
sqlite3 (~> 1.3.6)
sqlite3 (~> 1.4.1)
table_print
turbolinks (~> 5)
tzinfo-data
Expand Down

0 comments on commit 7ceb81c

Please sign in to comment.