Skip to content

Commit

Permalink
chore: ensure X_PACT_DEVELOPMENT is unset when running appraisal update
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Nov 9, 2019
1 parent 51fe734 commit 0048495
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
4 changes: 0 additions & 4 deletions gemfiles/default.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@

source "https://rubygems.org"

gem "pact-support", path: "../../pact-support"
gem "pact-mock_service", path: "../../pact-mock_service"
gem "pry-byebug"

gemspec path: "../"
3 changes: 0 additions & 3 deletions gemfiles/rspec_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

source "https://rubygems.org"

gem "pact-support", path: "../../pact-support"
gem "pact-mock_service", path: "../../pact-mock_service"
gem "pry-byebug"
gem "rspec", "2.14.1"

gemspec path: "../"
3 changes: 0 additions & 3 deletions gemfiles/rspec_3.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

source "https://rubygems.org"

gem "pact-support", path: "../../pact-support"
gem "pact-mock_service", path: "../../pact-mock_service"
gem "pry-byebug"
gem "rspec", "3.0.0"

gemspec path: "../"
2 changes: 1 addition & 1 deletion script/release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -e

unset X_PACT_DEVELOPMENT
bundle exec bump ${1:-minor} --no-commit
bundle exec appraisal update
bundle exec rake generate_changelog
Expand Down

0 comments on commit 0048495

Please sign in to comment.