Skip to content

Commit

Permalink
chore: remove explicit version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
eliias committed Dec 14, 2022
1 parent 4e86053 commit 571066f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: oxidize-rb/cross-gem-action@main
with:
platform: ${{ matrix.platform }}
version: '0.9.32'
version: '0.9.50'
env: |
RUBY_CC_VERSION=3.1.0:3.0.0:2.7.0
Expand Down
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ gemspec

gem "github-markup"
gem "redcarpet"
gem "rspec", "~> 3.12.0"
gem "rubocop", "~> 1.36"
gem "rubocop-performance", "~> 1.15.0"
gem "rubocop-rspec", "~> 2.14.1"
gem "rspec"
gem "rubocop"
gem "rubocop-performance"
gem "rubocop-rspec"
gem "yard"

0 comments on commit 571066f

Please sign in to comment.