Skip to content

Commit

Permalink
Update sqlite3 requirement from ~> 1.3.6 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](sparklemotion/sqlite3-ruby@v1.3.6...v1.4.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Apr 29, 2019
1 parent 0a34434 commit 9295701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calagator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rspec-rails", "~> 3.2"
s.add_development_dependency "selenium-webdriver"
s.add_development_dependency "simplecov", "~> 0.10.0"
s.add_development_dependency "sqlite3", "~> 1.3.6"
s.add_development_dependency "sqlite3", "~> 1.4.0"
s.add_development_dependency "sunspot_solr", "~> 2.1"
s.add_development_dependency "timecop", "~> 0.7.1"
s.add_development_dependency "webmock", "~> 3.5"
Expand Down

0 comments on commit 9295701

Please sign in to comment.