Skip to content

Commit

Permalink
Merge pull request #50 from renderedtext/update-and-fix-cucumber-booster
Browse files Browse the repository at this point in the history
Update cucumber booster config to fix fileutils issue
  • Loading branch information
shiroyasha authored Jul 25, 2017
2 parents b43b5f9 + 4a3b856 commit 00b3a1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/test_boosters/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TestBoosters
VERSION = "2.2.0".freeze
VERSION = "2.2.1".freeze
end
2 changes: 1 addition & 1 deletion test_boosters.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "semaphore_cucumber_booster_config", "~> 1.4"
spec.add_dependency "semaphore_cucumber_booster_config", "~> 1.4.1"

spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.5"
Expand Down

0 comments on commit 00b3a1f

Please sign in to comment.