File tree 2 files changed +2
-43
lines changed
2 files changed +2
-43
lines changed Original file line number Diff line number Diff line change 2
2
3
3
version : 2.1
4
4
5
- orbs :
6
- gem : doximity/gem-publisher@0
7
-
8
5
executors :
9
6
ruby-latest :
10
7
resource_class : small
@@ -42,20 +39,13 @@ jobs:
42
39
name : Install Bundler specific version
43
40
command : |
44
41
gem install bundler --version "${BUNDLE_VERSION}" --force
45
- - restore_cache :
46
- keys :
47
- - v1-bundle-{{ checksum "Gemfile.lock" }}-
48
42
- run :
49
43
name : Install Bundler specific version
50
44
command : |
51
45
gem install bundler --version "~> 1.17" --force
52
46
- run :
53
47
name : Install Ruby Dependencies
54
- command : bundle check --path=vendor/bundle || bundle install
55
- - save_cache :
56
- key : v1-bundle-{{ checksum "Gemfile.lock" }}-
57
- paths :
58
- - vendor/bundle
48
+ command : bundle install --local --frozen
59
49
- run :
60
50
name : Run Tests
61
51
command : bundle exec rake test
@@ -80,44 +70,13 @@ workflows:
80
70
jobs :
81
71
- build :
82
72
<< : *pr_only
83
- - gem/build :
84
- executor : ruby-latest
85
- requires :
86
- - build
87
- - pre-release-approval :
88
- type : approval
89
- requires :
90
- - gem/build
91
- - gem/publish :
92
- to_nexus : true
93
- pre_release : true
94
- requires :
95
- - pre-release-approval
96
- context : artifact_publishing
97
73
98
74
trunk :
99
75
jobs :
100
76
- build :
101
77
<< : *master_only
102
- - gem/build :
103
- executor : ruby-latest
104
- requires :
105
- - build
106
78
107
79
final-release :
108
80
jobs :
109
81
- build :
110
82
<< : *version_tags_only
111
- - gem/build :
112
- << : *version_tags_only
113
- executor : ruby-latest
114
- requires :
115
- - build
116
- - gem/publish :
117
- << : *version_tags_only
118
- name : gem-publish
119
- to_rubygems : true
120
- pre_release : false
121
- requires :
122
- - gem/build
123
- context : artifact_publishing
Original file line number Diff line number Diff line change @@ -199,4 +199,4 @@ DEPENDENCIES
199
199
standardrb
200
200
201
201
BUNDLED WITH
202
- 2.2.14
202
+ 2.4.3
You can’t perform that action at this time.
0 commit comments