Skip to content

Commit

Permalink
[release] 2.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulg983355 committed Jul 5, 2024
1 parent 92e5cfd commit 83bd8ca
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
6 changes: 5 additions & 1 deletion Gemfile.build.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
GEM
remote: https://rubygems.org/
specs:
redis (4.1.3)
connection_pool (2.4.1)
redis (5.2.0)
redis-client (>= 0.22.0)
redis-client (0.22.2)
connection_pool

PLATFORMS
ruby
Expand Down
17 changes: 11 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,32 @@ GEM
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
ifsc (2.0.27)
ifsc (2.0.28)
httparty (~> 0.16)
kramdown (2.4.0)
rexml
matrix (0.4.2)
mini_mime (1.1.5)
multi_xml (0.6.0)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
packable (1.3.18)
power_assert (2.0.3)
prometheus-client (4.2.2)
prometheus-client (4.2.3)
base64
rack (2.2.9)
rack-protection (3.2.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
rack-ssl-enforcer (0.2.9)
rack-test (2.1.0)
rack (>= 1.3)
redis (4.7.1)
rexml (3.3.0)
redis (5.2.0)
redis-client (>= 0.22.0)
redis-client (0.22.2)
connection_pool
rexml (3.3.1)
strscan
ruby2_keywords (0.0.5)
secure_headers (6.5.0)
Expand All @@ -49,7 +54,7 @@ GEM
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
tilt (2.3.0)
tilt (2.4.0)

PLATFORMS
arm64-darwin-22
Expand Down

0 comments on commit 83bd8ca

Please sign in to comment.