File tree Expand file tree Collapse file tree 2 files changed +8
-16
lines changed Expand file tree Collapse file tree 2 files changed +8
-16
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,3 @@ ncurses:
154
154
pgbouncer :
155
155
remote :
" [email protected] :omnibus-mirror/pgbouncer.git"
156
156
alternative : " https://gitlab.com/gitlab-org/build/omnibus-mirror/pgbouncer.git"
157
- ruby-shadow :
158
- remote :
" [email protected] :omnibus-mirror/ruby-shadow.git"
159
- alternative : " https://gitlab.com/gitlab-org/build/omnibus-mirror/ruby-shadow.git"
Original file line number Diff line number Diff line change 16
16
#
17
17
18
18
name 'ruby-shadow'
19
- # From https://github.com/chef/chef/blob/3c35bd0e1d17a5bfd779fab3cc7860ea1923dec6/Gemfile#L41-L44
20
- version = Gitlab ::Version . new ( 'ruby-shadow' , 'e408599fdba93340500dad8922e9ca75072879de' )
21
- default_version version . print ( false )
22
- display_version version . print ( false )
19
+
20
+ default_version '2.5.1'
23
21
24
22
license 'Apache-2.0'
25
23
license_file 'LICENSE'
28
26
29
27
dependency 'rubygems'
30
28
31
- source git : version . remote
32
-
33
- relative_path 'ruby-shadow'
34
-
35
29
build do
36
30
env = with_standard_compiler_flags ( with_embedded_path )
37
31
38
- # Remove existing built gems in case they exist in the current dir
39
- delete 'ruby-shadow-*.gem'
40
-
41
- gem 'build ruby-shadow.gemspec' , env : env
42
- gem 'install ruby-shadow-*.gem --no-document' , env : env
32
+ gem 'install gitlab-ruby-shadow' \
33
+ " --clear-sources" \
34
+ " -s https://rubygems.org" \
35
+ " --version '#{ version } '" \
36
+ " --bindir '#{ install_dir } /embedded/bin'" \
37
+ ' --no-document' , env : env
43
38
end
You can’t perform that action at this time.
0 commit comments