Skip to content

Commit 9bf9367

Browse files
Bump unleash from 5.1.1 to 6.4.0
Bumps [unleash](https://github.com/unleash/unleash-client-ruby) from 5.1.1 to 6.4.0. - [Changelog](https://github.com/Unleash/unleash-ruby-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/unleash/unleash-client-ruby/commits/v6.4.0) --- updated-dependencies: - dependency-name: unleash dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 40f363e commit 9bf9367

2 files changed

Lines changed: 29 additions & 6 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ gem "sinatra", "~> 4.1"
4444
gem "sinatra-activerecord", "~> 2.0.27"
4545
gem "sinatra-cross_origin", "~> 0.4.0"
4646
gem "slack-ruby-client"
47-
gem "unleash", "~> 5.1.1"
47+
gem "unleash", "~> 6.4.0"
4848
gem "wisper", "~> 3.0.0"
4949
gem "zeitwerk", "~> 2.7.2"

Gemfile.lock

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ GEM
6060
database_cleaner-core (~> 2.0.0)
6161
database_cleaner-core (2.0.1)
6262
diff-lcs (1.6.2)
63+
domain_name (0.6.20240107)
6364
drb (2.2.3)
6465
epb-auth-tools (1.1.0)
6566
jwt (~> 2.3)
@@ -78,13 +79,25 @@ GEM
7879
multipart-post (~> 2.0)
7980
faraday-net_http (3.4.0)
8081
net-http (>= 0.5.0)
82+
ffi (1.16.3)
83+
ffi-compiler (1.3.2)
84+
ffi (>= 1.15.5)
85+
rake
8186
geocoder (1.8.5)
8287
base64 (>= 0.1.0)
8388
csv (>= 3.0.0)
8489
gli (2.22.2)
8590
ostruct
8691
hashdiff (1.2.0)
8792
hashie (5.0.0)
93+
http (5.3.1)
94+
addressable (~> 2.8)
95+
http-cookie (~> 1.0)
96+
http-form_data (~> 2.2)
97+
llhttp-ffi (~> 0.5.0)
98+
http-cookie (1.0.8)
99+
domain_name (~> 0.5)
100+
http-form_data (2.3.0)
88101
i18n (1.14.7)
89102
concurrent-ruby (~> 1.0)
90103
io-like (0.4.0)
@@ -96,7 +109,13 @@ GEM
96109
jwt (2.10.1)
97110
base64
98111
language_server-protocol (3.17.0.5)
112+
ld-eventsource (2.2.4)
113+
concurrent-ruby (~> 1.0)
114+
http (>= 4.4.1, < 6.0.0)
99115
lint_roller (1.1.0)
116+
llhttp-ffi (0.5.1)
117+
ffi-compiler (~> 1.0)
118+
rake (~> 13.0)
100119
logger (1.7.0)
101120
method_source (1.1.0)
102121
mini_portile2 (2.8.9)
@@ -107,7 +126,6 @@ GEM
107126
multi_xml (0.7.2)
108127
bigdecimal (~> 3.1)
109128
multipart-post (2.4.1)
110-
murmurhash3 (0.1.7)
111129
mustermann (3.0.3)
112130
ruby2_keywords (~> 0.0.1)
113131
namecase (2.0.0)
@@ -259,8 +277,11 @@ GEM
259277
unicode-display_width (3.1.4)
260278
unicode-emoji (~> 4.0, >= 4.0.4)
261279
unicode-emoji (4.0.4)
262-
unleash (5.1.1)
263-
murmurhash3 (~> 0.1.7)
280+
unleash (6.4.0)
281+
base64 (~> 0.3.0)
282+
ld-eventsource (= 2.2.4)
283+
logger (~> 1.6)
284+
yggdrasil-engine (~> 1.0.4)
264285
uri (1.0.3)
265286
version_gem (1.1.8)
266287
webmock (3.25.1)
@@ -269,10 +290,12 @@ GEM
269290
hashdiff (>= 0.4.0, < 2.0.0)
270291
wisper (3.0.0)
271292
wisper-rspec (1.1.0)
293+
yggdrasil-engine (1.0.4-x86_64-linux)
294+
ffi (~> 1.16.3)
272295
zeitwerk (2.7.3)
273296

274297
PLATFORMS
275-
ruby
298+
x86_64-linux
276299

277300
DEPENDENCIES
278301
activerecord (~> 8.0.1)
@@ -308,7 +331,7 @@ DEPENDENCIES
308331
sinatra-cross_origin (~> 0.4.0)
309332
slack-ruby-client
310333
timecop (~> 0.9.10)
311-
unleash (~> 5.1.1)
334+
unleash (~> 6.4.0)
312335
webmock (~> 3.23)
313336
wisper (~> 3.0.0)
314337
wisper-rspec (~> 1.0, >= 1.0.1)

0 commit comments

Comments
 (0)