Skip to content

Commit

Permalink
build: upgrade cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
stufro committed Jul 16, 2023
1 parent 697c360 commit 0e5d6e5
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 103 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ FROM quay.io/evl.ms/fullstaq-ruby:${RUBY_VERSION}-${VARIANT} as base

LABEL fly_launch_runtime="rails"

ARG NODE_VERSION=17.4.0
ARG BUNDLER_VERSION=2.3.7
ARG NODE_VERSION=19.4.0
ARG BUNDLER_VERSION=2.4.17

ARG RAILS_ENV=production
ENV RAILS_ENV=${RAILS_ENV}
Expand Down
5 changes: 1 addition & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,6 @@ GEM
nio4r (2.5.9)
nokogiri (1.15.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.3-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
paper_trail (14.0.0)
activerecord (>= 6.0)
Expand Down Expand Up @@ -390,7 +388,6 @@ GEM

PLATFORMS
arm64-darwin-22
x86_64-linux

DEPENDENCIES
bootsnap
Expand Down Expand Up @@ -444,4 +441,4 @@ RUBY VERSION
ruby 3.2.1p31

BUNDLED WITH
2.4.6
2.4.17
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"cy:run": "cypress run --project ./spec"
},
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.2.2",
"cypress": "12.9.0"
"@4tw/cypress-drag-drop": "^2.2.4",
"cypress": "^12.17.0"
}
}
Loading

0 comments on commit 0e5d6e5

Please sign in to comment.