19
0

162 Commits

Author SHA256 Message Date
da0e46f9cb Accepting request 1241145 from devel:languages:ruby:extensions
- New upstream release 2.6.3, see bundled CHANGELOG.md

- New upstream release 2.6.2, see bundled CHANGELOG.md

- New upstream release 2.5.18, see bundled CHANGELOG.md

- New upstream release 2.5.16, see bundled CHANGELOG.md

- New upstream release 2.5.5, see bundled CHANGELOG.md

OBS-URL: https://build.opensuse.org/request/show/1241145
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-bundler?expand=0&rev=66
2025-01-29 15:17:09 +00:00
87a1c73b90 - New upstream release 2.6.3, see bundled CHANGELOG.md
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=157
2025-01-29 09:48:03 +00:00
9523602b28 - New upstream release 2.6.2, see bundled CHANGELOG.md
- New upstream release 2.5.18, see bundled CHANGELOG.md

- New upstream release 2.5.16, see bundled CHANGELOG.md

- New upstream release 2.5.5, see bundled CHANGELOG.md

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=156
2025-01-28 17:50:47 +00:00
bd81709959 Accepting request 1126248 from devel:languages:ruby:extensions
OBS-URL: https://build.opensuse.org/request/show/1126248
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-bundler?expand=0&rev=65
2023-11-15 20:07:30 +00:00
e7e30c1126 Accepting request 1125940 from home:defolos:branches:devel:languages:ruby:extensions
🤖: Automatic update to 2.4.22

OBS-URL: https://build.opensuse.org/request/show/1125940
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=154
2023-11-14 16:36:38 +00:00
1353b507c0 Accepting request 1042626 from devel:languages:ruby:extensions
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1042626
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-bundler?expand=0&rev=64
2022-12-13 17:56:29 +00:00
Stephan Kulow
325bd4d49b Accepting request 1040963 from home:coolo:branches:devel:languages:ruby:extensions
update

OBS-URL: https://build.opensuse.org/request/show/1040963
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=152
2022-12-13 11:45:15 +00:00
48ed56a951 Accepting request 1032134 from devel:languages:ruby:extensions
updated to version 2.3.24
 see installed CHANGELOG.md
  # 2.3.24 (October 17, 2022)
  
  ## Enhancements:
  
    - Only add extra resolver spec group for Ruby platform when needed [#5698](https://github.com/rubygems/rubygems/pull/5698)
    - Fix little UI issue when bundler shows duplicated gems in a list [#5965](https://github.com/rubygems/rubygems/pull/5965)
  
  ## Bug fixes:
  
    - Fix incorrect materialization on Windows [#5975](https://github.com/rubygems/rubygems/pull/5975)

OBS-URL: https://build.opensuse.org/request/show/1032134
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-bundler?expand=0&rev=63
2022-10-30 17:28:43 +00:00
Stephan Kulow
f5f74a2d97 Accepting request 1031726 from home:coolo:branches:devel:languages:ruby:extensions
update

OBS-URL: https://build.opensuse.org/request/show/1031726
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=150
2022-10-29 09:58:28 +00:00
edecf83e4d Accepting request 1010049 from devel:languages:ruby:extensions
updated to version 2.3.23
 see installed CHANGELOG.md
  # 2.3.23 (October 5, 2022)
  
  ## Enhancements:
  
    - Update GitLab CI template with new one [#5944](https://github.com/rubygems/rubygems/pull/5944)
  
  ## Bug fixes:
  
    - Fix `bundle init` not respecting umask in generated gem's Gemfile [#5947](https://github.com/rubygems/rubygems/pull/5947)
  
  ## Performance:
  
    - Further speed up Bundler by not sorting specs unnecessarily [#5868](https://github.com/rubygems/rubygems/pull/5868)
  
  ## Documentation:
  
    - Update Bundler new feature instructions [#5912](https://github.com/rubygems/rubygems/pull/5912)
  
  # 2.3.22 (September 7, 2022)
  
  ## Enhancements:
  
    - Use a more accurate source code uri in gemspec [#5896](https://github.com/rubygems/rubygems/pull/5896)
    - Support `--path` option in `bundle add` [#5897](https://github.com/rubygems/rubygems/pull/5897)
    - Improve lockfile dependency unlocking [#5881](https://github.com/rubygems/rubygems/pull/5881)
    - Add platform alias `:windows` to Gemfile DSL [#5650](https://github.com/rubygems/rubygems/pull/5650)
    - Make `#to_lock` consistent between `Gem::Dependency` and `Bundler::Dependency` [#5872](https://github.com/rubygems/rubygems/pull/5872)
    - Support marshaled index specifications with `nil` required ruby version [#5824](https://github.com/rubygems/rubygems/pull/5824)
  
  ## Bug fixes:
  
    - Fix resolution hanging on musl platforms [#5875](https://github.com/rubygems/rubygems/pull/5875)
    - Fix another regression affecting the sorbet family of gems [#5874](https://github.com/rubygems/rubygems/pull/5874)
  
  ## Documentation:
  
    - Introduce bundle-console(1) man [#5901](https://github.com/rubygems/rubygems/pull/5901)
    - Introduce bundle-version(1) man [#5895](https://github.com/rubygems/rubygems/pull/5895)
    - Introduce bundle-help(1) man [#5886](https://github.com/rubygems/rubygems/pull/5886)

OBS-URL: https://build.opensuse.org/request/show/1010049
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-bundler?expand=0&rev=62
2022-10-12 16:25:04 +00:00
Stephan Kulow
54392d7d5d Accepting request 1009417 from home:coolo:branches:devel:languages:ruby:extensions
update

OBS-URL: https://build.opensuse.org/request/show/1009417
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=148
2022-10-12 05:23:41 +00:00
4570849a59 Accepting request 1000906 from devel:languages:ruby:extensions
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1000906
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-bundler?expand=0&rev=61
2022-09-03 21:18:42 +00:00
Stephan Kulow
f9963a6810 Accepting request 999805 from home:coolo:branches:devel:languages:ruby:extensions
update

OBS-URL: https://build.opensuse.org/request/show/999805
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=146
2022-09-02 13:02:37 +00:00
d9f9d1a19e Accepting request 993463 from devel:languages:ruby:extensions
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/993463
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-bundler?expand=0&rev=60
2022-08-06 20:08:26 +00:00
Stephan Kulow
290368f50b Accepting request 992866 from home:coolo:branches:devel:languages:ruby:extensions
update

OBS-URL: https://build.opensuse.org/request/show/992866
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=144
2022-08-05 09:21:58 +00:00
8774faf056 Accepting request 982204 from devel:languages:ruby:extensions
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/982204
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-bundler?expand=0&rev=59
2022-06-12 15:41:42 +00:00
f8b0e251ac Accepting request 982023 from home:darix:apps
- updated to version 2.3.13

OBS-URL: https://build.opensuse.org/request/show/982023
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=142
2022-06-10 10:03:42 +00:00
4b461690f8 Accepting request 982022 from home:darix:apps
- updated to version 2.3.12
  see installed CHANGELOG.md
  - Bug fixes:
    - Fix missing required rubygems version when using old APIs
      [#5496](https://github.com/rubygems/rubygems/pull/5496)
    - Fix crash when gem used twice in Gemfile under different
      platforms
      [#5187](https://github.com/rubygems/rubygems/pull/5187)
  - Performance:
    - Speed up `bundler/setup` time
      [#5503](https://github.com/rubygems/rubygems/pull/5503)

OBS-URL: https://build.opensuse.org/request/show/982022
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=141
2022-06-10 10:02:29 +00:00
3db8ab3d88 Accepting request 974045 from devel:languages:ruby:extensions
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/974045
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-bundler?expand=0&rev=58
2022-04-30 20:52:24 +00:00
Stephan Kulow
27b46e6036 Accepting request 973383 from home:coolo:branches:devel:languages:ruby:extensions
update

OBS-URL: https://build.opensuse.org/request/show/973383
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=139
2022-04-29 07:43:37 +00:00
9dc87e0f41 Accepting request 962215 from devel:languages:ruby:extensions
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/962215
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-bundler?expand=0&rev=57
2022-03-16 19:21:36 +00:00
bb4f8bcca3 - only limit to ruby 2.7 on sle 12
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=137
2022-03-14 14:37:08 +00:00
7a25bb579a Accepting request 958215 from home:ojkastl_buildservice:Branch_dlre
fix wrong if-condition, to only set ruby2.7 when suse_version is <= 1500

OBS-URL: https://build.opensuse.org/request/show/958215
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=136
2022-03-14 14:35:51 +00:00
efcf6ca734 Accepting request 959946 from devel:languages:ruby:extensions
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/959946
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-bundler?expand=0&rev=56
2022-03-07 16:48:12 +00:00
Stephan Kulow
adcd8a3678 Accepting request 958647 from home:coolo:branches:devel:languages:ruby:extensions
update

OBS-URL: https://build.opensuse.org/request/show/958647
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=134
2022-03-07 13:26:59 +00:00
b440c632f5 Accepting request 949576 from devel:languages:ruby:extensions
OBS-URL: https://build.opensuse.org/request/show/949576
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-bundler?expand=0&rev=55
2022-01-28 21:12:29 +00:00
Stephan Kulow
5b49465ac8 Accepting request 949501 from home:darix:apps
- Update to 2.3.6

OBS-URL: https://build.opensuse.org/request/show/949501
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=133
2022-01-28 07:16:30 +00:00
45c3abe2fd Accepting request 922195 from devel:languages:ruby:extensions
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/922195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-bundler?expand=0&rev=54
2021-09-29 18:19:15 +00:00
df716e917d Accepting request 920627 from home:lrupp:branches:devel:languages:ruby:extensions
- update to version 2.2.27
  see installed CHANGELOG.md
  ## Enhancements:
  - Optimize some requires #4887
  - Correctly redact credentials when using x-oauth-basic #4866
  ## Bug fixes:
  - Add missing key branches: to template for GitHub Actions #4883
  - Fix bundle plugin install detection of already installed plugins #4869
  - Make plugin installation idempotent #4864
  - Fix bundle check showing duplicated gems when multiple platforms are locked #4854
  - Fix bundle check incorrectly considering cached gems #4853
  # 2.2.26 (August 17, 2021)
  ## Enhancements:
  - Remove RUBYGEMS_GEMDEPS warning #4827
  - Better defaults for GitHub Actions template generated by bundle gem #4619
  - Make bundle exec keep file descriptors by default #4812
  - Exclude gemspec file itself from file list of gems generated by bundle gem #4650
  - Fix a couple small typos in deprecation / error messages #4806
  - Make script generated by bundle install --standalone resilient to 
    moving the application to a differently nested folder when path 
    sources are used #4792
  - Exclude CI files and issue templates from file list of gems 
    generated by bundle gem #4033
  ## Bug fixes:
  - Respect BUNDLE_USER_HOME env when choosing config location #4828
  - Fix bundle gem on path with spaces #4816
  - Fix bundler hitting the network in some cases where not allowed #4805
  # 2.2.25 (July 30, 2021)
  ## Deprecations:
  - Deprecate Gemfile without an explicit global source #4779

OBS-URL: https://build.opensuse.org/request/show/920627
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=132
2021-09-29 13:11:31 +00:00
809708bf61 Accepting request 912491 from devel:languages:ruby:extensions
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/912491
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-bundler?expand=0&rev=53
2021-08-27 19:43:32 +00:00
Stephan Kulow
330f5c67c0 Accepting request 908215 from home:coolo:branches:devel:languages:ruby:extensions
update

OBS-URL: https://build.opensuse.org/request/show/908215
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=131
2021-08-16 19:33:20 +00:00
288c342de3 Accepting request 903487 from devel:languages:ruby:extensions
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/903487
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-bundler?expand=0&rev=52
2021-07-02 11:27:29 +00:00
Stephan Kulow
ae565774cf Accepting request 901890 from home:coolo:branches:devel:languages:ruby:extensions
update

OBS-URL: https://build.opensuse.org/request/show/901890
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=130
2021-07-01 14:47:39 +00:00
954df10e15 Accepting request 894377 from devel:languages:ruby:extensions
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/894377
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-bundler?expand=0&rev=51
2021-05-19 15:49:52 +00:00
682f0d62bc Accepting request 893775 from home:darix:apps
- forgot to unlist removed patch

OBS-URL: https://build.opensuse.org/request/show/893775
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=128
2021-05-17 14:48:15 +00:00
14ccd42b31 Accepting request 893686 from home:darix:apps
- updated to version 2.2.17
 see installed CHANGELOG.md
- drop gemspec_remove_pem.patch

- updated to version 2.2.16

- updated to version 2.2.6
 see installed CHANGELOG.md

OBS-URL: https://build.opensuse.org/request/show/893686
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=127
2021-05-17 10:23:28 +00:00
7339bb22b2 Accepting request 865173 from devel:languages:ruby:extensions
updated to version 2.2.6
 see installed CHANGELOG.md

OBS-URL: https://build.opensuse.org/request/show/865173
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-bundler?expand=0&rev=50
2021-01-21 20:55:18 +00:00
Stephan Kulow
235eccceed Accepting request 864737 from home:coolo:branches:devel:languages:ruby:extensions
update

OBS-URL: https://build.opensuse.org/request/show/864737
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=125
2021-01-20 23:41:52 +00:00
8595a17c45 Accepting request 773745 from devel:languages:ruby:extensions
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/773745
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-bundler?expand=0&rev=49
2020-03-07 20:37:30 +00:00
Stephan Kulow
9eb63683a3 Accepting request 772772 from home:coolo:branches:devel:languages:ruby:extensions
update

OBS-URL: https://build.opensuse.org/request/show/772772
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=123
2020-02-10 23:44:23 +00:00
95a54a2497 Accepting request 717287 from devel:languages:ruby:extensions
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/717287
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-bundler?expand=0&rev=48
2019-07-22 10:20:30 +00:00
Stephan Kulow
5841ed359b Accepting request 716822 from home:coolo:branches:devel:languages:ruby:extensions
update

OBS-URL: https://build.opensuse.org/request/show/716822
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=121
2019-07-19 22:40:34 +00:00
17884c759a Accepting request 679516 from devel:languages:ruby:extensions
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/679516
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-bundler?expand=0&rev=47
2019-03-04 08:19:26 +00:00
Stephan Kulow
b9708cc7e2 Accepting request 665749 from home:coolo:branches:devel:languages:ruby:extensions
update

OBS-URL: https://build.opensuse.org/request/show/665749
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=119
2019-01-15 06:38:43 +00:00
Stephan Kulow
e677c39d7f Accepting request 659880 from home:coolo:branches:devel:languages:ruby:extensions
update

OBS-URL: https://build.opensuse.org/request/show/659880
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=118
2018-12-20 20:16:40 +00:00
62342e0f09 Accepting request 651605 from devel:languages:ruby:extensions
- updated to version 1.17.1
 see installed CHANGELOG.md
  ## 1.17.1 (2018-10-25)
  
   - Convert `Pathname`s to `String`s before sorting them, fixing #6760 and #6758 ([#6761](https://github.com/bundler/bundler/pull/6761), @alexggordon)
  
  ## 1.17.0 (2018-10-25)
  
  No new changes.
  
  ## 1.17.0.pre.2 (2018-10-13)
  
  Features:
  
    - Configure Bundler home, cache, config and plugin directories with `BUNDLE_USER_HOME`, `BUNDLE_USER_CACHE`, `BUNDLE_USER_CONFIG` and `BUNDLE_USER_PLUGIN` env vars ([#4333](https://github.com/bundler/bundler/issues/4333), @gwerbin)
    - Add `--all` option to `bundle binstubs` that will generate an executable file for all gems with commands in the bundle
    - Add `bundle remove` command to remove gems from the Gemfile via the CLI
    - Improve checking file permissions and asking for `sudo` in Bundler when it doesn't need to
    - Add error message to `bundle add` to check adding duplicate gems to the Gemfile
    - When asking for `sudo`, Bundler will show a list of folders/files that require elevated permissions to write to.
  
  The following new features are available but are not enabled by default. These are intended to be tested by users for the upcoming release of Bundler 2.
  
    - Improve deprecation warning message for `bundle show` command
    - Improve deprecation warning message for the `--force` option in `bundle install`
  
  ## 1.17.0.pre.1 (2018-09-24)
  
  Features:
  
    - Check folder/file permissions of the Bundle home directory in the `bundle doctor` command ([#5786](https://github.com/bundler/bundler/issues/5786), @ajwann)
    - Remove compiled gem extensions when running `bundle clean` ([#5596](https://github.com/bundler/bundler/issues/5596), @akhramov)
    - Add `--paths` option to `bundle list` command ([#6172](https://github.com/bundler/bundler/issues/6172), @colby-swandale)
    - Add base error class to gems generated from `bundle gem` ([#6260](https://github.com/bundler/bundler/issues/6260), @christhekeele)
    - Correctly re-install gem extensions with a git source when running `bundle pristine` ([#6294](https://github.com/bundler/bundler/issues/6294), @wagenet)
    - Add config option to disable platform warnings ([#6124](https://github.com/bundler/bundler/issues/6124), @agrim123)
    - Add `--skip-install` option to `bundle add` command to add gems to the Gemfile without installation ([#6511](https://github.com/bundler/bundler/issues/6511), @agrim123)
    - Add `--only-explicit` option to `bundle outdated` to list only outdated gems in the Gemfile ([#5366](https://github.com/bundler/bundler/issues/5366), @peret)
    - Support adding multiple gems to the Gemfile with `bundle add` ([#6543](https://github.com/bundler/bundler/issues/6543), @agrim123)
    - Make registered plugin events easier to manage in the Plugin API (@jules2689)
    - Add new gem install hooks to the Plugin API (@jules2689)
    - Add `--optimistic` and `--strict` options to `bundle add` ([#6553](https://github.com/bundler/bundler/issues/6553), @agrim123)
    - Add `--without-group` and `--only-group` options to `bundle list` ([#6564](https://github.com/bundler/bundler/issues/6564), @agrim123)
    - Add `--gemfile` option to the `bundle exec` command ([#5924](https://github.com/bundler/bundler/issues/5924), @ankitkataria)
  
  The following new features are available but are not enabled by default. These are intended to be tested by users for the upcoming release of Bundler 2.
  
    - Make `install --path` relative to the current working directory ([#2048](https://github.com/bundler/bundler/issues/2048), @igorbozato)
    - Auto-configure job count ([#5808](https://github.com/bundler/bundler/issues/5808), @segiddins)
    - Use the Gem Version Promoter for major gem updates ([#5993](https://github.com/bundler/bundler/issues/5993), @segiddins)
    - Add config option to add the Ruby scope to `bundle config path` when configured globally (@segiddins)

OBS-URL: https://build.opensuse.org/request/show/651605
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-bundler?expand=0&rev=46
2018-11-26 09:32:26 +00:00
Stephan Kulow
7286e51052 Accepting request 650812 from home:coolo:branches:devel:languages:ruby:extensions
update

OBS-URL: https://build.opensuse.org/request/show/650812
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=116
2018-11-25 10:57:21 +00:00
b4720278aa Accepting request 643602 from devel:languages:ruby:extensions
OBS-URL: https://build.opensuse.org/request/show/643602
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-bundler?expand=0&rev=45
2018-10-25 07:08:24 +00:00
Stephan Kulow
04fd7e0842 Accepting request 643279 from home:darix:apps
- update to version 1.16.6

OBS-URL: https://build.opensuse.org/request/show/643279
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=114
2018-10-22 05:00:18 +00:00
Stephan Kulow
9664302d66 Accepting request 633317 from home:coolo:branches:devel:languages:ruby:extensions
update

OBS-URL: https://build.opensuse.org/request/show/633317
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=113
2018-10-19 06:35:31 +00:00