Skip to content

Commit

Permalink
bundler 2.4.10 ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg committed Dec 15, 2023
1 parent c2bb104 commit 1752453
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby: [2.6, 2.7, '3.0', 3.1]
ruby: [2.7]
steps:
# - run: ssh -V
# - run: |
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.4
2.7.8
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

ruby File.read(".ruby-version")

gem "sequel"
gem "pg"

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DEPENDENCIES
sequel

RUBY VERSION
ruby 3.1.4p223
ruby 2.7.8p225

BUNDLED WITH
2.5.1
2.4.10

0 comments on commit 1752453

Please sign in to comment.