Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Sep 23, 2023
1 parent 2aae513 commit 2bd3539
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
with:
bundler-cache: true
- name: Run tests
run: bundle exec rspec --format RSpec::Github::Formatter
run: bundle exec rspec
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ gem "rubocop-rspec"
gem "typhoeus"
gem "vcr"
gem "webmock"
gem "rspec-github", require: false
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ GEM
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-github (2.4.0)
rspec-core (~> 3.0)
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
Expand Down Expand Up @@ -105,7 +103,6 @@ DEPENDENCIES
liquid
rake
rspec
rspec-github
rubocop
rubocop-rspec
typhoeus
Expand Down

0 comments on commit 2bd3539

Please sign in to comment.