We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c284c5 commit d34ebc8Copy full SHA for d34ebc8
.github/workflows/pull_request.yml
@@ -30,13 +30,16 @@ jobs:
30
- windows
31
ruby-version:
32
- jruby-9.4
33
+ - jruby-10.0
34
- 3.4
35
- 3.3
36
- 3.2
37
- 3.1
38
- '3.0'
39
- 2.7
40
exclude:
41
+ - os: windows
42
+ ruby-version: jruby-10.0
43
- os: windows
44
ruby-version: jruby-9.4
45
README.md
@@ -20,13 +20,14 @@ Ruby client for the [Unleash](https://github.com/Unleash/unleash) feature manage
20
- MRI 3.0
21
- MRI 2.7
22
- jruby 9.4
23
+- jruby 10.0
24
25
## Installation
26
27
Add this line to your application's Gemfile:
28
29
```ruby
-gem 'unleash', '~> 6.1.2'
+gem 'unleash', '~> 6.2'
```
And then execute:
0 commit comments