Skip to content

Commit

Permalink
Merge pull request #2469 from FarmBot/staging
Browse files Browse the repository at this point in the history
v15.10.0
  • Loading branch information
gabrielburnworth authored Sep 24, 2024
2 parents e8d94e8 + 2d1b2c5 commit 73c91ed
Show file tree
Hide file tree
Showing 279 changed files with 12,265 additions and 3,041 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
executors:
build-executor:
machine:
image: ubuntu-2204:edge
image: ubuntu-2404:current
resource_class: xlarge
working_directory: /home/circleci/project

Expand Down
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module.exports = {
"no-null",
"import",
"promise",
"@react-three",
],
extends: [
"eslint:recommended",
Expand All @@ -29,6 +30,7 @@ module.exports = {
"plugin:import/errors",
"plugin:import/warnings",
"plugin:import/typescript",
"plugin:@react-three/recommended",
],
settings: {
react: {
Expand Down
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
.vscode
*.log
*.pem
*.sql
passenger.*.pid
*.tsbuildinfo
*.pid.lock
Expand All @@ -24,10 +25,8 @@ package-lock.json
public/assets/
public/direct_upload/temp/*.jpg
public/dist
core
upgrade_deps.sh
# ActiveStorage blobs:
storage/*
tmp

# === Legacy
# v13 upgrade creates a DB backup as dump.sql:
dump.sql
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.6
3.3.5
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "https://rubygems.org"
ruby "~> 3.1.6"
ruby "~> 3.3.5"

gem "rails", "~> 6"
gem "active_model_serializers"
Expand Down Expand Up @@ -41,7 +41,6 @@ group :development, :test do
gem "rspec_junit_formatter"
gem "simplecov"
gem "simplecov-cobertura"
gem "smarf_doc", git: "https://github.com/RickCarlino/smarf_doc.git"
gem "webmock"
end

Expand Down
Loading

0 comments on commit 73c91ed

Please sign in to comment.