Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.33.1 #3762

Merged
merged 10 commits into from
Sep 24, 2024
Merged
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.4
ruby-version: 3.3.5
- name: apt install
run: |
sudo apt update
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.4
3.3.5
28 changes: 15 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,18 @@ GIT

GIT
remote: https://github.com/pooza/ginseng-web.git
revision: e528adc0c49c603afc395f965f273629ffb32a4e
revision: 3800d9620ab3b35e44751de7cf820c9e28a9bd5d
specs:
ginseng-web (1.3.32)
ginseng-web (1.3.33)
erb
puma (>= 6.4.2)
puma (>= 6.4.3)
rack (>= 3.1.5)
rss
sassc
sinatra
slim
tilt (~> 2.1.0)
webrick
webrick (>= 1.8.2)

GIT
remote: https://github.com/pooza/ginseng-youtube.git
Expand Down Expand Up @@ -172,8 +172,9 @@ GEM
etc (1.4.3)
eventmachine (1.2.7)
facets (3.1.0)
faraday (2.11.0)
faraday (2.12.0)
faraday-net_http (>= 2.0, < 3.4)
json
logger
faraday-net_http (3.3.0)
net-http
Expand All @@ -194,12 +195,12 @@ GEM
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
json (2.7.2)
json-schema (5.0.0)
addressable (~> 2.8)
jwt (2.9.0)
jwt (2.9.1)
base64
language_server-protocol (3.17.0.3)
logger (1.6.1)
Expand All @@ -219,7 +220,7 @@ GEM
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.25.1)
mongo (2.20.1)
mongo (2.21.0)
bson (>= 4.14.1, < 6.0.0)
multi_json (1.15.0)
multi_xml (0.7.1)
Expand Down Expand Up @@ -268,7 +269,7 @@ GEM
pg (1.5.8)
power_assert (2.0.3)
public_suffix (6.0.1)
puma (6.4.2)
puma (6.4.3)
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.1)
Expand Down Expand Up @@ -324,7 +325,7 @@ GEM
rubocop-minitest (0.36.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-performance (1.21.1)
rubocop-performance (1.22.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
Expand Down Expand Up @@ -385,7 +386,7 @@ GEM
uri (0.13.1)
useragent (0.16.10)
version_gem (1.1.4)
webrick (1.8.1)
webrick (1.8.2)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand All @@ -398,6 +399,7 @@ GEM
PLATFORMS
aarch64-linux
x86_64-freebsd-13
x86_64-freebsd-14
x86_64-linux

DEPENDENCIES
Expand Down Expand Up @@ -432,7 +434,7 @@ DEPENDENCIES
yamllint

RUBY VERSION
ruby 3.3.4p94
ruby 3.3.5p100

BUNDLED WITH
2.5.18
2.5.19
Loading