aruba 2.3.2 → 2.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e3c87e4029e5aac0df41dedf149ae5daef179adf10fb42d0ca849777137aa04
4
- data.tar.gz: d9a69eb20c0f03bdfc25fdeabfbfc47e08f46942ef98a90505b6a7b677bed07e
3
+ metadata.gz: 36238a5a9d5814e674684ffbaefbadbd386d82893f4925647912b605561690aa
4
+ data.tar.gz: 44f4bf1fcedb06e80993c6bea9c2800ecf937bae363e173a43128739733abf94
5
5
  SHA512:
6
- metadata.gz: ec3a9fed492a0063cbda426bce29b786be7ba969bcdabe39ffa5fad7e0eff1c80d4bfd672c79b693c2006bd806e63e1a1a9252af14e6d8842f7317a39362905f
7
- data.tar.gz: 1c17367e3c927ed38f832bfe879e71773a64850ef6ad566a8a97d6a78ff6b0c57a49dbff021eb63a9a028bc020b693de848d645b3a9cf5306de3f50f75ef9dfe
6
+ metadata.gz: 591d76df24421616390d6790f946901d93edb326f2567275d641beb74a2560a01dff02262969c9eec3fe83629f3f8d6023b378baf212b9757f75e35d47ea771a
7
+ data.tar.gz: 3a76826d3cf7af70518df434a701517b521519cfe4930e3682632619d19deb8012606e9cdbf6e3f7b437e2d58cf53edeaaab7c6bb9025830e471da7ce4f4591a
data/CHANGELOG.md CHANGED
@@ -6,11 +6,19 @@ This project adheres to [Semantic Versioning][1].
6
6
 
7
7
  This document is formatted according to the principles of [Keep A CHANGELOG][2].
8
8
 
9
+ ## [2.3.3] / 2025-12-05
10
+
11
+ * Remove bundler version upper limit constraint ([#962] by [hsbt])
12
+
13
+ [hsbt]: https://github.com/hsbt
14
+ [#962]: https://github.com/cucumber/aruba/pull/962
15
+
9
16
  ## [2.3.2] / 2025-09-13
10
17
 
11
18
  * Relax RSpec verson constraint to allow RSpec 4.x ([#956] by [pirj])
12
19
 
13
20
  [pirj]: https://github.com/pirj
21
+ [#956]: https://github.com/cucumber/aruba/pull/956
14
22
 
15
23
  ## [2.3.1] / 2025-06-13
16
24
 
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/cucumber/aruba/main/LICENSE)
4
4
  [![Gem Version](https://badge.fury.io/rb/aruba.svg)](http://badge.fury.io/rb/aruba)
5
5
  [![Support](https://img.shields.io/badge/cucumber-support-orange.svg)](https://cucumber.io/support)
6
- [![Build Status](https://github.com/cucumber/aruba/actions/workflows/ruby.yml/badge.svg)](https://github.com/cucumber/aruba/actions/workflows/ruby.yml)
6
+ [![CI](https://github.com/cucumber/aruba/actions/workflows/test.yml/badge.svg)](https://github.com/cucumber/aruba/actions/workflows/test.yml)
7
7
 
8
8
  ## Install
9
9
 
data/lib/aruba/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Aruba
4
- VERSION = '2.3.2'
4
+ VERSION = '2.3.3'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aruba
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.2
4
+ version: 2.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aslak Hellesøy, Matt Wynne and other Aruba Contributors
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-09-13 00:00:00.000000000 Z
11
+ date: 2025-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -17,9 +17,6 @@ dependencies:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.17'
20
- - - "<"
21
- - !ruby/object:Gem::Version
22
- version: '3.0'
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
@@ -27,9 +24,6 @@ dependencies:
27
24
  - - ">="
28
25
  - !ruby/object:Gem::Version
29
26
  version: '1.17'
30
- - - "<"
31
- - !ruby/object:Gem::Version
32
- version: '3.0'
33
27
  - !ruby/object:Gem::Dependency
34
28
  name: contracts
35
29
  requirement: !ruby/object:Gem::Requirement
@@ -447,5 +441,5 @@ requirements: []
447
441
  rubygems_version: 3.4.20
448
442
  signing_key:
449
443
  specification_version: 4
450
- summary: aruba-2.3.2
444
+ summary: aruba-2.3.3
451
445
  test_files: []