Skip to content

Commit

Permalink
Use to ruby-2.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcosmonaut committed Oct 6, 2020
1 parent daff866 commit d7cb900
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
2.4.1
2.6.6
1 change: 1 addition & 0 deletions Makefile
@@ -1,6 +1,7 @@
.PHONY: install test

install:
gem install bundler:2.1.4
bundle config set path 'vendor/bundle'
bundle install

Expand Down
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Expand Up @@ -13,13 +13,13 @@ steps:
- task: UseRubyVersion@0
displayName: 'Use specific Ruby version'
inputs:
versionSpec: '2.4.10'
versionSpec: '2.6.6'
- task: Bash@3
displayName: 'Install Bundler'
inputs:
targetType: 'inline'
script: |
gem install bundler
make install
- task: Bash@3
displayName: 'Install and update carthage'
inputs:
Expand Down Expand Up @@ -51,4 +51,4 @@ steps:
targetType: inline
script: |
carthage build --no-skip-current
carthage archive RFIBANHelper
carthage archive RFIBANHelper

0 comments on commit d7cb900

Please sign in to comment.