Skip to content

Commit

Permalink
remove zeitwerk dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thadeu committed May 7, 2024
1 parent d88f9ad commit 3e2c1cb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.7', '3.0', '3.1']
ruby-version: ['2.7.6', '3.0', '3.1']

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ group :test do
gem 'simplecov', require: false
end

gem 'zeitwerk'
gem 'rubocop', github: 'rubocop/rubocop', require: false
2 changes: 1 addition & 1 deletion lib/zx/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Zx
VERSION = '0.0.3'
VERSION = '0.0.4'
end

0 comments on commit 3e2c1cb

Please sign in to comment.