Skip to content

Commit

Permalink
Merge pull request #38 from 12joan/depfu/batch_all/2022-12-12
Browse files Browse the repository at this point in the history
Update all Bundler dependencies (2024-07-18)
  • Loading branch information
12joan authored Jul 18, 2024
2 parents 7036fdc + 7e4c83b commit 1847e23
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 45 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:

- run: docker-compose pull

- uses: satackey/[email protected]
continue-on-error: true

- run: docker-compose -f docker-compose.test.yml build

- run: docker-compose -f docker-compose.test.yml run web sh -c 'rails db:setup && rails test'
Expand All @@ -26,9 +23,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: satackey/[email protected]
continue-on-error: true

- uses: zenato/docker-action@master
with:
username: ${{ secrets.REGISTRY_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.0.7-alpine
FROM ruby:3.3.4-alpine

RUN apk add --update --no-cache bash build-base tzdata postgresql-dev git

Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.0.7'
ruby '3.3.4'

# Rails
gem 'activesupport'
Expand All @@ -23,7 +23,7 @@ gem 'puma', '~> 6.4'
# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
gem 'rack-cors'

gem 'not_analytics_client', '~> 0.2.0', github: '12joan/not-analytics-client', branch: 'main'
gem 'not_analytics_client', '~> 0.3.0', github: '12joan/not-analytics-client', branch: 'main'

gem 'groupdate', '~> 5.2'

Expand Down
69 changes: 33 additions & 36 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
GIT
remote: https://github.com/12joan/not-analytics-client.git
revision: ada3d03a91b5c5f601ee39c6ab6116d7d1a6c851
revision: 2906a7d9f6fe35b4917f03356f70c2ac82a91eb0
branch: main
specs:
not_analytics_client (0.2.0)
base64 (~> 0.1)
json (~> 2.5)
net-http (~> 0.1.1)
openssl (~> 2.2)
securerandom (~> 0.1)
not_analytics_client (0.3.0)
base64 (~> 0.2)
json (~> 2.7)
net-http (~> 0.4)
openssl (~> 3.2)
securerandom (~> 0.3)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -47,54 +47,51 @@ GEM
tzinfo (~> 2.0)
base64 (0.2.0)
bigdecimal (3.1.8)
builder (3.2.4)
builder (3.3.0)
byebug (11.1.3)
concurrent-ruby (1.3.1)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
crass (1.0.6)
drb (2.2.1)
erubi (1.12.0)
ffi (1.15.5)
erubi (1.13.0)
ffi (1.17.0-aarch64-linux-musl)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
groupdate (5.2.4)
activesupport (>= 5)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
ipaddr (1.2.6)
irb (1.13.1)
irb (1.14.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.1)
listen (3.7.1)
json (2.7.2)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
minitest (5.23.1)
minitest (5.24.1)
mutex_m (0.2.0)
net-http (0.1.1)
net-protocol
net-http (0.4.1)
uri
net-protocol (0.2.2)
timeout
nio4r (2.7.0)
nokogiri (1.16.5-aarch64-linux)
nio4r (2.7.3)
nokogiri (1.16.6-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.5-arm64-darwin)
nokogiri (1.16.6-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
nokogiri (1.16.6-x86_64-linux)
racc (~> 1.4)
openssl (2.2.3)
ipaddr
pg (1.4.5)
openssl (3.2.0)
pg (1.5.6)
psych (5.1.2)
stringio
puma (6.4.2)
nio4r (~> 2.0)
racc (1.8.0)
rack (3.0.11)
rack-cors (1.1.1)
rack (3.1.7)
rack-cors (2.0.2)
rack (>= 2.0.0)
rack-session (2.0.0)
rack (>= 3.0.0)
Expand All @@ -120,21 +117,21 @@ GEM
zeitwerk (~> 2.6)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
rb-inotify (0.11.1)
ffi (~> 1.0)
rdoc (6.7.0)
psych (>= 4.0.0)
reline (0.5.8)
reline (0.5.9)
io-console (~> 0.5)
securerandom (0.3.1)
stringio (3.1.0)
stringio (3.1.1)
thor (1.3.1)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uri (0.13.0)
webrick (1.8.1)
zeitwerk (2.6.15)
zeitwerk (2.6.16)

PLATFORMS
aarch64-linux-musl
Expand All @@ -150,15 +147,15 @@ DEPENDENCIES
byebug
groupdate (~> 5.2)
listen (~> 3.3)
not_analytics_client (~> 0.2.0)!
not_analytics_client (~> 0.3.0)!
pg (~> 1.1)
puma (~> 6.4)
rack-cors
railties
tzinfo-data

RUBY VERSION
ruby 3.0.7
ruby 3.3.4p94

BUNDLED WITH
2.2.33
2.5.15

0 comments on commit 1847e23

Please sign in to comment.