Skip to content

Commit

Permalink
Update sqlite3 requirement from ~> 1.3.0 to ~> 1.4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) to permit the latest version.
- [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases)
- [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.rdoc)
- [Commits](https://github.com/sparklemotion/sqlite3-ruby/commits/v1.4.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Feb 22, 2019
1 parent 596696d commit b4a1eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ group :development do
end

group :active_record do
gem 'sqlite3', '~> 1.3.0'
gem 'sqlite3', '~> 1.4.0'
end

group :mongoid do
Expand Down

0 comments on commit b4a1eec

Please sign in to comment.