File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed
Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 2424 fail-fast : false
2525 matrix :
2626 ruby_version :
27- - ' 3.2 '
27+ - ' 3.4 '
2828
2929 services :
3030 db :
6767 fail-fast : false
6868 matrix :
6969 ruby_version :
70- - ' 3.2 '
70+ - ' 3.4 '
7171
7272 services :
7373 db :
@@ -146,7 +146,7 @@ jobs:
146146 export SHIPIT_GEM_PATH="${PWD}"
147147 mkdir /tmp/new-app
148148 cd /tmp/new-app
149- gem install rails -v '~> 8.0.1 ' --no-document
149+ gem install rails -v '~> 8.0.2 ' --no-document
150150 rails new shipit --skip-action-cable --skip-turbolinks --skip-action-mailer --skip-active-storage --skip-webpack-install --skip-action-mailbox --skip-action-text -m "${SHIPIT_GEM_PATH}/template.rb"
151151 env :
152152 SHIPIT_EDGE : " 1"
Original file line number Diff line number Diff line change 11# Unreleased
22
3+ # 0.40.0
4+
5+ * Allow ` shipit.yml ` inheritance. (#1393 )
6+ * Forward deploy custom env variable when rolling back.
37* Pass ` Shipit::Stack ` to ` DeploySpec::FileSystem.new ` and make it accessible through an accessor. (#1356 )
48* Upgraded Rubocop to 1.48.0
5- * Upgraded to Rails 8.0.1
9+ * Upgraded to Rails 8.0
610* Upgraded to Sqlite3 2.6.0
711* Minimum Ruby version is now Ruby 3.2
812
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- shipit-engine (0.39 .0 )
4+ shipit-engine (0.40 .0 )
55 active_model_serializers (~> 0.9.3 )
66 ansi_stream (~> 0.0.6 )
77 autoprefixer-rails (~> 6.4.1 )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Shipit
4- VERSION = '0.39 .0'
4+ VERSION = '0.40 .0'
55end
You can’t perform that action at this time.
0 commit comments