Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/bundler/rexml-3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rosa authored Nov 5, 2024
2 parents 2579f7d + 44c43d4 commit ab6747e
Show file tree
Hide file tree
Showing 69 changed files with 732 additions and 599 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
BUNDLE_GITHUB__COM: x-access-token:${{ secrets.GH_TOKEN }}
strategy:
matrix:
ruby-version: ['3.0', '3.1', '3.2', '3.3']
ruby-version: ['3.2', '3.3']
services:
redis:
image: redis:4.0-alpine
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
/test/dummy/storage/
/test/dummy/tmp/
.DS_Store
.ruby-gemset
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
git_source(:bc) { |repo| "https://github.com/basecamp/#{repo}" }

# Specify your gem's dependencies in mission_control-jobs.gemspec.
gemspec
Expand Down
Loading

0 comments on commit ab6747e

Please sign in to comment.