Skip to content

Commit 5a5a95f

Browse files
tillscolleolleolle
authored andcommitted
Ensure bundle update doesn’t pull in a mismatched driver version
1 parent e161584 commit 5a5a95f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

spec/rails7_stub/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ source 'https://rubygems.org'
22

33
gem 'rails', '~> 7.0'
44

5-
gem 'activerecord-jdbcpostgresql-adapter', '~> 70'
5+
gem 'activerecord-jdbcpostgresql-adapter', '~> 70.0'

spec/rails7_stub/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ PLATFORMS
192192
universal-java-21
193193

194194
DEPENDENCIES
195-
activerecord-jdbcpostgresql-adapter (~> 70)
195+
activerecord-jdbcpostgresql-adapter (~> 70.0)
196196
rails (~> 7.0)
197197

198198
BUNDLED WITH

0 commit comments

Comments
 (0)