Skip to content

Commit

Permalink
Explicitly use the oldest-supported Ruby+bundler for local testing
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Jan 6, 2023
1 parent 8ab1b04 commit 1aac493
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.5
2.4.10
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
source "https://rubygems.org"

gem "pg_query", ">= 1.0", "< 3"
gem "bundler", "2.3.20"

group :development do
gem "rspec"
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ PLATFORMS
ruby

DEPENDENCIES
bundler (= 2.3.20)
pg_query (>= 1.0, < 3)
rake
rspec

BUNDLED WITH
2.4.2
2.3.20

0 comments on commit 1aac493

Please sign in to comment.