Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ orbs:
executors:
basic-executor:
docker:
- image: cimg/ruby:3.3.0-browsers
- image: cimg/ruby:3.4.7-browsers
environment:
RAILS_ENV: ci
resource_class: small
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ruby 3.3.0
ruby 3.4.7
nodejs 22.9.0
java openjdk-19.0.2
yarn 1.22.22
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
source "https://gem.coop"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "~> 3.3.0"
ruby "~> 3.4.0"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.1"
Expand Down
43 changes: 17 additions & 26 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,8 @@ GEM
base64 (0.3.0)
bcrypt (3.1.20)
bcrypt_pbkdf (1.1.1)
bcrypt_pbkdf (1.1.1-arm64-darwin)
bcrypt_pbkdf (1.1.1-x86_64-darwin)
benchmark (0.4.1)
bigdecimal (3.2.3)
benchmark (0.5.0)
bigdecimal (3.3.1)
bindex (0.8.1)
bixby (5.0.2)
rubocop (= 1.28.2)
Expand Down Expand Up @@ -191,7 +189,7 @@ GEM
zeitwerk (~> 2.6)
dumb_delegator (1.1.0)
ed25519 (1.4.0)
erb (5.0.2)
erb (5.1.1)
erubi (1.13.1)
eventmachine (1.2.7)
execjs (2.10.0)
Expand Down Expand Up @@ -219,11 +217,6 @@ GEM
globalid (1.2.1)
activesupport (>= 6.1)
google-protobuf (3.25.8)
google-protobuf (3.25.8-aarch64-linux)
google-protobuf (3.25.8-arm64-darwin)
google-protobuf (3.25.8-x86-linux)
google-protobuf (3.25.8-x86_64-darwin)
google-protobuf (3.25.8-x86_64-linux)
haml (6.3.0)
temple (>= 0.8.2)
thor
Expand Down Expand Up @@ -288,7 +281,7 @@ GEM
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.9)
minitest (5.25.5)
minitest (5.26.0)
msgpack (1.8.0)
mustermann (3.0.4)
ruby2_keywords (~> 0.0.1)
Expand All @@ -315,18 +308,18 @@ GEM
net-protocol
net-ssh (7.3.0)
nio4r (2.7.4)
nokogiri (1.18.9)
nokogiri (1.18.10)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.18.9-aarch64-linux-gnu)
nokogiri (1.18.10-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.9-arm-linux-gnu)
nokogiri (1.18.10-arm-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.9-arm64-darwin)
nokogiri (1.18.10-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.9-x86_64-darwin)
nokogiri (1.18.10-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.18.9-x86_64-linux-gnu)
nokogiri (1.18.10-x86_64-linux-gnu)
racc (~> 1.4)
omniauth (2.1.4)
hashie (>= 3.4.6)
Expand All @@ -350,7 +343,7 @@ GEM
pg (1.6.2-x86_64-darwin)
pg (1.6.2-x86_64-linux)
popper_js (2.11.8)
pp (0.6.2)
pp (0.6.3)
prettyprint
prettyprint (0.2.0)
prism (1.4.0)
Expand Down Expand Up @@ -418,9 +411,10 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.3.0)
rdoc (6.14.2)
rdoc (6.15.0)
erb
psych (>= 4.0.0)
tsort
redis (4.8.1)
redis-client (0.25.2)
connection_pool
Expand Down Expand Up @@ -523,12 +517,8 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (1.7.3-aarch64-linux)
sqlite3 (1.7.3-arm-linux)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86-linux)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
sshkit (1.24.0)
Expand Down Expand Up @@ -561,6 +551,7 @@ GEM
tins (1.43.0)
bigdecimal
sync
tsort (0.2.0)
turbo-rails (2.0.16)
actionpack (>= 7.1.0)
railties (>= 7.1.0)
Expand Down Expand Up @@ -678,7 +669,7 @@ DEPENDENCIES
yard (~> 0.9.36)

RUBY VERSION
ruby 3.3.0p0
ruby 3.4.7p58

BUNDLED WITH
2.5.9
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"nanoid": ">=3.3.8",
"prettier": "3.4.2",
"rollup": "^4.24.0",
"vite": "^5.4.21",
"vite": "^5.0.0",
"vite-plugin-ruby": "^5.1.0",
"vitest": "^3.2.3"
},
Expand Down
82 changes: 41 additions & 41 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.