Skip to content

Commit

Permalink
Merge pull request #42 from deivid-rodriguez/is-bundler-a-dependency
Browse files Browse the repository at this point in the history
Is bundler a dependency of turbo tests?
  • Loading branch information
ilyazub authored Sep 29, 2023
2 parents ce2ea87 + 2ae707e commit b9e812e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: Run tests
timeout-minutes: 5
run: |
${{matrix.env}} bundle exec turbo_tests -n4
bundle exec turbo_tests -n4
5 changes: 2 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
PATH
remote: .
specs:
turbo_tests (2.1.1)
bundler (>= 2.1)
turbo_tests (2.2.0)
parallel_tests (>= 3.3.0, < 5)
rspec (>= 3.10)

Expand Down Expand Up @@ -42,4 +41,4 @@ DEPENDENCIES
turbo_tests!

BUNDLED WITH
2.4.6
2.4.19
2 changes: 1 addition & 1 deletion lib/turbo_tests/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TurboTests
VERSION = "2.1.1"
VERSION = "2.2.0"
end
2 changes: 0 additions & 2 deletions turbo_tests.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ Gem::Specification.new do |spec|

spec.add_development_dependency "pry", "~> 0.14"

spec.add_runtime_dependency "bundler", ">= 2.1"

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
spec.files = Dir.chdir(File.expand_path("..", __FILE__)) do
Expand Down

0 comments on commit b9e812e

Please sign in to comment.