Skip to content

Commit cba26d3

Browse files
Bump sqlite3 from 1.7.3 to 2.6.0
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.3 to 2.6.0. - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md) - [Commits](sparklemotion/sqlite3-ruby@v1.7.3...v2.6.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.6.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 85ea317 commit cba26d3

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
@@ -114,7 +114,7 @@ gem 'binding_of_caller' # see has_changelog.rb
114114

115115
group :test, :development do
116116
gem 'pry'
117-
gem 'sqlite3', '~> 1.4'
117+
gem 'sqlite3', '~> 2.6'
118118

119119
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
120120
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2184,7 +2184,7 @@ GEM
21842184
actionpack (>= 6.1)
21852185
activesupport (>= 6.1)
21862186
sprockets (>= 3.0.0)
2187-
sqlite3 (1.7.3-x86_64-linux)
2187+
sqlite3 (2.6.0-x86_64-linux-gnu)
21882188
stackprof (0.2.27)
21892189
statsd-ruby (1.5.0)
21902190
stripe (15.1.0)
@@ -2308,7 +2308,7 @@ DEPENDENCIES
23082308
slack-notifier
23092309
spring
23102310
sprockets (~> 4.2.0)
2311-
sqlite3 (~> 1.4)
2311+
sqlite3 (~> 2.6)
23122312
stackprof
23132313
stripe
23142314
stripe_event

0 commit comments

Comments
 (0)