Skip to content

Commit

Permalink
Merge branch 'master' into update-readme-about-object-shapes
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon authored Apr 6, 2024
2 parents a856df6 + bff2bc2 commit 2d5ff44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.7", "3.0", "3.1", "3.2"]
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3"]

name: ${{ matrix.ruby }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: ruby/setup-ruby@v1
with:
Expand All @@ -26,6 +26,6 @@ jobs:

- run: bundle exec rake

- uses: coverallsapp/github-action@v1.1.2
- uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ PATH
remote: .
specs:
memery (1.5.0)
ruby2_keywords (~> 0.0.2)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -88,7 +87,6 @@ GEM
rubocop-sequel (0.3.4)
rubocop (~> 1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down
2 changes: 0 additions & 2 deletions memery.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@ Gem::Specification.new do |spec|
f.match(%r{^(test|spec|features)/})
end
spec.require_paths = ["lib"]

spec.add_runtime_dependency "ruby2_keywords", "~> 0.0.2"
end

0 comments on commit 2d5ff44

Please sign in to comment.