Skip to content

Commit

Permalink
Moar changes
Browse files Browse the repository at this point in the history
  • Loading branch information
a-maas committed Mar 21, 2024
1 parent d5c0e5b commit 81f65c6
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 839 deletions.
23 changes: 7 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,17 @@ jobs:
matrix:
ruby: ["2.5", "2.7", "3.0", "3.1", "3.2"]
gemfile:
- circuitbox_1_older_deps
- circuitbox_1_newer_deps
- circuitbox_2_newer_deps
- circuitbox_1
- circuitbox_2
exclude:
- ruby: "3.2"
gemfile: "circuitbox_1_older_deps"
- ruby: "3.2"
gemfile: "circuitbox_1_newer_deps"
- ruby: "3.1"
gemfile: "circuitbox_1_older_deps"
gemfile: "circuitbox_1"
- ruby: "3.1"
gemfile: "circuitbox_1_newer_deps"
gemfile: "circuitbox_1"
- ruby: "3.0"
gemfile: "circuitbox_1_older_deps"
- ruby: "3.0"
gemfile: "circuitbox_1_newer_deps"
- ruby: "2.5"
gemfile: "circuitbox_1_older_deps"
gemfile: "circuitbox_1"
- ruby: "2.5"
gemfile: "circuitbox_2_newer_deps"
gemfile: "circuitbox_2"

runs-on: ubuntu-22.04
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
Expand All @@ -41,7 +32,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
cache-version: 4
cache-version: 3
# Add or replace test runners here
- name: Run tests
run: bin/rake test
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/test/reports/
/tmp/
Gemfile.lock
gemfiles/*.gemfile.lock
.env.*
.ruby-version
.byebug_history
12 changes: 2 additions & 10 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
appraise "circuitbox-1-older-deps" do
gem "activesupport", "~> 6.1.7.7"
appraise "circuitbox-1" do
gem "circuitbox", "~> 1.1.1"
gem "nokogiri", "1.12.5"
end

appraise "circuitbox-1-newer-deps" do
gem "activesupport", "~> 7.1.3.2"
gem "circuitbox", "~> 1.1.1"
end

appraise "circuitbox-2-newer-deps" do
gem "activesupport", "~> 7.1.3.2"
appraise "circuitbox-2" do
gem "circuitbox", "~> 2.0.0"
end
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

source "https://rubygems.org"

gem "activesupport", "~> 7.1.3.2"
gem "circuitbox", "~> 1.1.1"

group :test do
Expand Down
278 changes: 0 additions & 278 deletions gemfiles/circuitbox_1_newer_deps.gemfile.lock

This file was deleted.

14 changes: 0 additions & 14 deletions gemfiles/circuitbox_1_older_deps.gemfile

This file was deleted.

Loading

0 comments on commit 81f65c6

Please sign in to comment.