File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 2.7.0
1+ 2.6.5
Original file line number Diff line number Diff line change @@ -14,7 +14,11 @@ blocks:
1414 jobs :
1515 - name : Publish to Rubygems
1616 commands :
17- - checkout --use-cache
17+ - checkout
18+ - sem-version ruby 2.6.5
19+ - gem update --system
1820 - gem install bundler
21+ - bundle install
22+ - chmod 0600 /home/semaphore/.gem/credentials
1923 - bundle exec gem build workos --output=release.gem
2024 - bundle exec gem push release.gem
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ blocks:
1111 - name : srb tc
1212 commands :
1313 - checkout
14- - sem-version ruby 2.3.4
14+ - sem-version ruby 2.6.5
1515 - gem install bundler
1616 - bundle install
1717 - bundle exec srb tc
@@ -21,7 +21,7 @@ blocks:
2121 - name : rubocop
2222 commands :
2323 - checkout
24- - sem-version ruby 2.3.4
24+ - sem-version ruby 2.6.5
2525 - bundle install
2626 - bundle exec rubocop
2727 - name : Run Tests 👩🏽🔬
@@ -58,7 +58,7 @@ blocks:
5858 - checkout
5959 - sem-version ruby 2.6.5
6060 - bundle install
61- - bundle exec rspec
61+ - bundle exec rspec
6262promotions :
6363 - name : Deploy workos-rb to rubygems
6464 pipeline_file : rubygems.yml
You can’t perform that action at this time.
0 commit comments