Skip to content

Commit b9e812e

Browse files
authored
Merge pull request #42 from deivid-rodriguez/is-bundler-a-dependency
Is bundler a dependency of turbo tests?
2 parents ce2ea87 + 2ae707e commit b9e812e

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
- name: Run tests
2727
timeout-minutes: 5
2828
run: |
29-
${{matrix.env}} bundle exec turbo_tests -n4
29+
bundle exec turbo_tests -n4

Gemfile.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
turbo_tests (2.1.1)
5-
bundler (>= 2.1)
4+
turbo_tests (2.2.0)
65
parallel_tests (>= 3.3.0, < 5)
76
rspec (>= 3.10)
87

@@ -42,4 +41,4 @@ DEPENDENCIES
4241
turbo_tests!
4342

4443
BUNDLED WITH
45-
2.4.6
44+
2.4.19

lib/turbo_tests/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module TurboTests
2-
VERSION = "2.1.1"
2+
VERSION = "2.2.0"
33
end

turbo_tests.gemspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ Gem::Specification.new do |spec|
2424

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

27-
spec.add_runtime_dependency "bundler", ">= 2.1"
28-
2927
# Specify which files should be added to the gem when it is released.
3028
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
3129
spec.files = Dir.chdir(File.expand_path("..", __FILE__)) do

0 commit comments

Comments
 (0)