Skip to content

Commit

Permalink
upgrade deps (ruby)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielburnworth committed Jan 30, 2025
1 parent 029858c commit ed1bb2d
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.6
3.3.7
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "https://rubygems.org"
ruby "~> 3.3.6"
ruby "~> 3.3.7"

gem "rails", "~> 6"
gem "active_model_serializers"
Expand All @@ -11,6 +11,7 @@ gem "discard"
gem "google-cloud-storage", "~> 1.11"
gem "jwt"
gem "kaminari"
gem "logger"
gem "mutations"
gem "pg"
gem "rabbitmq_http_api_client"
Expand Down
29 changes: 15 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ GEM
activesupport
climate_control (1.2.0)
coderay (1.1.3)
concurrent-ruby (1.3.4)
concurrent-ruby (1.3.5)
crack (1.0.0)
bigdecimal
rexml
Expand All @@ -105,7 +105,7 @@ GEM
responders
warden (~> 1.2.3)
diff-lcs (1.5.1)
digest-crc (0.6.5)
digest-crc (0.7.0)
rake (>= 12.0.0, < 14.0.0)
discard (1.4.0)
activerecord (>= 4.2, < 9.0)
Expand All @@ -129,7 +129,7 @@ GEM
net-http (>= 0.5.0)
globalid (1.2.1)
activesupport (>= 6.1)
google-apis-core (0.15.1)
google-apis-core (0.16.0)
addressable (~> 2.5, >= 2.5.1)
googleauth (~> 1.9)
httpclient (>= 2.8.3, < 3.a)
Expand Down Expand Up @@ -157,7 +157,7 @@ GEM
googleauth (~> 1.9)
mini_mime (~> 1.0)
google-logging-utils (0.1.0)
googleauth (1.12.2)
googleauth (1.13.1)
faraday (>= 1.0, < 3.a)
google-cloud-env (~> 2.2)
google-logging-utils (~> 0.1)
Expand All @@ -168,7 +168,7 @@ GEM
hashdiff (1.1.2)
hashie (4.1.0)
httpclient (2.8.3)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
json (2.9.1)
jsonapi-renderer (0.2.2)
Expand All @@ -186,7 +186,7 @@ GEM
activerecord
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
logger (1.6.4)
logger (1.6.5)
lograge (0.14.0)
actionpack (>= 4)
activesupport (>= 4)
Expand All @@ -210,7 +210,7 @@ GEM
mutex_m (0.3.0)
net-http (0.6.0)
uri
net-imap (0.5.4)
net-imap (0.5.5)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -220,13 +220,13 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.4)
nokogiri (1.18.1-aarch64-linux-gnu)
nokogiri (1.18.2-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.1-x86_64-linux-gnu)
nokogiri (1.18.2-x86_64-linux-gnu)
racc (~> 1.4)
orm_adapter (0.5.0)
os (1.1.4)
parser (3.3.6.0)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
passenger (6.0.23)
Expand Down Expand Up @@ -331,7 +331,7 @@ GEM
scenic (1.8.0)
activerecord (>= 4.0.0)
railties (>= 4.0.0)
scout_apm (5.4.0)
scout_apm (5.6.0)
parser
secure_headers (7.1.0)
set (1.1.1)
Expand Down Expand Up @@ -366,7 +366,7 @@ GEM
trailblazer-option (0.1.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2024.2)
tzinfo-data (1.2025.1)
tzinfo (>= 1.0.0)
uber (0.1.0)
uri (1.0.2)
Expand All @@ -380,7 +380,8 @@ GEM
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.9.1)
websocket-driver (0.7.6)
websocket-driver (0.7.7)
base64
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.7.1)
Expand Down Expand Up @@ -433,7 +434,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.3.6p108
ruby 3.3.7p123

BUNDLED WITH
2.6.2
1 change: 1 addition & 0 deletions config/boot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)

require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])
require 'logger'
2 changes: 1 addition & 1 deletion docker_configs/api.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.6
FROM ruby:3.3.7
RUN curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor | tee /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg > /dev/null && \
sh -c '. /etc/os-release; echo $VERSION_CODENAME; echo "deb http://apt.postgresql.org/pub/repos/apt/ $VERSION_CODENAME-pgdg main" >> /etc/apt/sources.list.d/pgdg.list' && \
apt-get update -qq && apt-get install -y build-essential libpq-dev postgresql postgresql-contrib && \
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,38 +35,38 @@
"@parcel/watcher": "2.1.0"
},
"dependencies": {
"@blueprintjs/core": "5.16.2",
"@blueprintjs/select": "5.3.7",
"@blueprintjs/core": "5.16.4",
"@blueprintjs/select": "5.3.9",
"@monaco-editor/react": "4.6.0",
"@parcel/transformer-sass": "2.13.3",
"@parcel/transformer-typescript-tsc": "2.13.3",
"@react-spring/three": "9.7.5",
"@react-three/drei": "9.120.5",
"@react-three/fiber": "8.17.10",
"@react-three/drei": "9.121.4",
"@react-three/fiber": "8.17.14",
"@rollbar/react": "0.12.0-beta",
"@types/lodash": "4.17.13",
"@types/lodash": "4.17.15",
"@types/markdown-it": "14.1.2",
"@types/node": "22.10.3",
"@types/node": "22.12.0",
"@types/promise-timeout": "1.3.3",
"@types/react": "19.0.2",
"@types/react": "19.0.8",
"@types/react-color": "3.0.13",
"@types/react-dom": "19.0.2",
"@types/three": "0.171.0",
"@types/ws": "8.5.13",
"@types/react-dom": "19.0.3",
"@types/three": "0.172.0",
"@types/ws": "8.5.14",
"@xterm/xterm": "5.5.0",
"axios": "1.7.9",
"bowser": "2.11.0",
"browser-speech": "1.1.1",
"events": "3.3.0",
"farmbot": "15.8.8",
"i18next": "24.2.0",
"i18next": "24.2.2",
"lodash": "4.17.21",
"markdown-it": "14.1.0",
"markdown-it-emoji": "3.0.0",
"moment": "2.30.1",
"monaco-editor": "0.52.2",
"mqtt": "5.10.3",
"npm": "11.0.0",
"npm": "11.1.0",
"parcel": "2.13.3",
"process": "0.11.10",
"promise-timeout": "1.3.0",
Expand All @@ -76,22 +76,22 @@
"react-color": "2.19.3",
"react-dom": "18.3.1",
"react-redux": "9.2.0",
"react-router": "7.1.1",
"react-router": "7.1.4",
"redux": "5.0.1",
"redux-immutable-state-invariant": "2.1.0",
"redux-thunk": "3.1.0",
"rollbar": "2.26.4",
"takeme": "0.12.0",
"three": "0.172.0",
"typescript": "5.7.2",
"typescript": "5.7.3",
"url": "0.11.4"
},
"devDependencies": {
"@react-three/eslint-plugin": "0.1.1",
"@react-three/eslint-plugin": "0.1.2",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@types/enzyme": "3.10.12",
"@types/jest": "29.5.14",
"@types/readable-stream": "4.0.18",
Expand All @@ -102,10 +102,10 @@
"eslint": "8.57.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.10.0",
"eslint-plugin-jest": "28.11.0",
"eslint-plugin-no-null": "1.0.2",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.1.0",
"jest": "29.7.0",
"jest-canvas-mock": "2.5.2",
Expand All @@ -119,7 +119,7 @@
"raf": "3.4.1",
"react-addons-test-utils": "15.6.2",
"react-test-renderer": "18.3.1",
"sass": "1.83.0",
"sass": "1.83.4",
"sass-lint": "1.13.1",
"ts-jest": "29.2.5",
"tslint": "5.20.1"
Expand Down

0 comments on commit ed1bb2d

Please sign in to comment.