Skip to content

Commit 7b55a81

Browse files
committed
squash: declare proper sqlite dependency
1 parent 01a7e6c commit 7b55a81

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

instrumentation/active_record/Appraisals

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@
66

77
%w[6.1.0 7.0.0 7.1.0].each do |version|
88
appraise "activerecord-#{version}" do
9+
gem 'sqlite3', '~> 1.4'
910
gem 'activerecord', "~> #{version}"
1011
end
1112
end
1213

1314
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.1.0')
1415
%w[7.2.0].each do |version|
1516
appraise "activerecord-#{version}" do
17+
gem 'sqlite3', '~> 1.4'
1618
gem 'activerecord', "~> #{version}"
1719
end
1820
end

instrumentation/active_record/Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ group :test do
1212
gem 'byebug'
1313
gem 'opentelemetry-instrumentation-base', path: '../base'
1414
gem 'pry-byebug'
15-
gem 'sqlite3', '~> 1.4'
1615
end

0 commit comments

Comments
 (0)