Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH
remote: .
specs:
feature_flags (1.0.0)
json (= 2.6.2)
sorbet-runtime
sorbet-struct-comparable
splitclient-rb (~> 8.0)
Expand All @@ -27,7 +28,7 @@ GEM
faraday (~> 2.5)
net-http-persistent (~> 4.0)
hitimes (1.3.1)
json (2.7.2)
json (2.6.2)
jwt (2.8.1)
base64
lru_redux (1.1.0)
Expand All @@ -46,7 +47,8 @@ GEM
redis-client (0.21.1)
connection_pool
regexp_parser (2.1.1)
rexml (3.2.5)
rexml (3.2.8)
strscan (>= 3.0.9)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
Expand Down Expand Up @@ -106,6 +108,7 @@ GEM
redis (>= 4.0.0, < 6.0)
socketry (>= 0.4, < 1.0)
thread_safe (~> 0.3)
strscan (3.1.0)
thread_safe (0.3.6)
unicode-display_width (2.1.0)
unparser (0.6.0)
Expand All @@ -120,7 +123,6 @@ PLATFORMS
DEPENDENCIES
byebug
feature_flags!
json (= 2.6.2)
rspec
rspec-parameterized
rubocop
Expand Down