Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
YtvwlD committed Sep 28, 2023
1 parent f0adce3 commit d00ca63
Showing 1 changed file with 32 additions and 49 deletions.
81 changes: 32 additions & 49 deletions src/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.1)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
buftok (0.2.0)
base64 (0.1.1)
buftok (0.3.0)
coffee-script (2.4.1)
coffee-script-source
execjs
Expand All @@ -17,31 +18,13 @@ GEM
et-orbi (1.2.7)
tzinfo
eventmachine (1.2.7)
execjs (2.8.1)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
execjs (2.9.1)
faraday (2.7.11)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
ffi (1.15.5)
faraday-net_http (3.0.2)
ffi (1.16.2)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
Expand All @@ -51,18 +34,18 @@ GEM
haml (5.2.2)
temple (>= 0.8.0)
tilt
http (4.4.1)
addressable (~> 2.3)
http (5.1.1)
addressable (~> 2.8)
http-cookie (~> 1.0)
http-form_data (~> 2.2)
http-parser (~> 1.2.0)
llhttp-ffi (~> 0.4.0)
http-cookie (1.0.5)
domain_name (~> 0.5)
http-form_data (2.3.0)
http-parser (1.2.3)
ffi-compiler (>= 1.0, < 2.0)
http_parser.rb (0.6.0)
json (2.6.3)
llhttp-ffi (0.4.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
mqtt (0.6.0)
Expand All @@ -72,21 +55,21 @@ GEM
ruby2_keywords (~> 0.0.1)
naught (1.1.0)
net-ping (2.0.8)
prometheus-api-client (0.6.2)
faraday (>= 0.9, < 2.0.0)
public_suffix (5.0.1)
prometheus-api-client (0.6.3)
faraday (>= 2.0.0, < 3.0.0)
public_suffix (5.0.3)
raabro (1.4.0)
rack (2.2.6.4)
rack (2.2.8)
rack-protection (2.2.4)
rack
rake (13.0.6)
rexml (3.2.5)
rexml (3.2.6)
ruby2_keywords (0.0.5)
rufus-scheduler (3.8.2)
rufus-scheduler (3.9.1)
fugit (~> 1.1, >= 1.1.6)
sassc (2.4.0)
ffi (~> 1.9)
sentry-ruby (5.8.0)
sentry-ruby (5.11.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
simple_oauth (0.3.1)
sinatra (2.2.4)
Expand All @@ -111,24 +94,24 @@ GEM
sprockets (~> 4.0)
thin (~> 1.7)
thor (~> 1.0)
sprockets (4.2.0)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
temple (0.10.0)
thin (1.8.1)
temple (0.10.2)
thin (1.8.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (1.2.1)
thor (1.2.2)
thread_safe (0.3.6)
tilt (2.1.0)
twitter (7.0.0)
tilt (2.3.0)
twitter (8.0.1)
addressable (~> 2.3)
buftok (~> 0.2.0)
buftok (~> 0.3.0)
equalizer (~> 0.0.11)
http (~> 4.0)
http-form_data (~> 2.0)
http_parser.rb (~> 0.6.0)
http (~> 5.1)
http-form_data (~> 2.3)
llhttp-ffi (~> 0.4.0)
memoizable (~> 0.4.0)
multipart-post (~> 2.0)
naught (~> 1.0)
Expand Down

0 comments on commit d00ca63

Please sign in to comment.