Skip to content

Commit

Permalink
Bump sqlite3 from 1.3.13 to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 25, 2021
1 parent c1b0913 commit db5bb97
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 @@ -92,7 +92,7 @@ group :mysql, :production do
end

group :sqlite, :development do
gem 'sqlite3', '~> 1.3.6'
gem 'sqlite3', '~> 1.4.2'
end

gem 'coffee-rails', '~> 5.0.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.13)
sqlite3 (1.4.2)
teaspoon (1.1.5)
railties (>= 3.2.5, < 6)
teaspoon-mocha (2.3.3)
Expand Down Expand Up @@ -683,7 +683,7 @@ DEPENDENCIES
sidekiq
simplecov
skylight
sqlite3 (~> 1.3.6)
sqlite3 (~> 1.4.2)
teaspoon-mocha
test-unit
timecop
Expand Down

0 comments on commit db5bb97

Please sign in to comment.