Skip to content

Commit 8ac0ece

Browse files
authored
Merge pull request #520 from nimblehq/release/5.16.0
Release – 5.16.0
2 parents 8fc0a41 + 1fa47e9 commit 8ac0ece

17 files changed

+29
-234
lines changed

.github/workflows/test_generated_app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ env:
99
DOCKER_REGISTRY_HOST: ${{ secrets.DOCKER_REGISTRY_HOST }}
1010
DOCKER_REGISTRY_USERNAME: ${{ github.repository_owner }}
1111
DOCKER_REGISTRY_TOKEN: ${{ secrets.DOCKER_REGISTRY_TOKEN }}
12-
RUBY_VERSION: 3.2.2
13-
NODE_VERSION: 18
14-
RAILS_VERSION: 7.1.2
12+
RUBY_VERSION: 3.3.1
13+
NODE_VERSION: 22
14+
RAILS_VERSION: 7.1.3
1515

1616
concurrency:
1717
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/test_production_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ env:
66
APP_NAME: rails-templates
77
DOCKER_IMAGE: ${{ github.repository }}
88
DOCKER_REGISTRY_HOST: ${{ secrets.DOCKER_REGISTRY_HOST }}
9-
RUBY_VERSION: 3.2.2
10-
NODE_VERSION: 18
11-
RAILS_VERSION: 7.1.2
9+
RUBY_VERSION: 3.3.1
10+
NODE_VERSION: 22
11+
RAILS_VERSION: 7.1.3
1212

1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/test_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test the codebase of the template
33
on: push
44

55
env:
6-
RUBY_VERSION: 3.2.2
6+
RUBY_VERSION: 3.3.1
77

88
concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}

.template/Gemfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ GEM
2121
racc (1.7.1)
2222
rainbow (3.1.1)
2323
regexp_parser (2.8.1)
24-
rexml (3.2.5)
24+
rexml (3.2.8)
25+
strscan (>= 3.0.9)
2526
rspec (3.12.0)
2627
rspec-core (~> 3.12.0)
2728
rspec-expectations (~> 3.12.0)
@@ -65,6 +66,7 @@ GEM
6566
net-ssh (>= 2.7)
6667
net-telnet (= 0.1.1)
6768
sfl
69+
strscan (3.1.0)
6870
unicode-display_width (2.4.2)
6971

7072
PLATFORMS

.template/addons/docker/docker-compose.dev.yml.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3.2'
1+
version: '3.8'
22

33
services:
44
db:

.template/addons/docker/docker-compose.test.yml.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3.2'
1+
version: '3.8'
22

33
services:
44
db:

.template/addons/docker/docker-compose.yml.tt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
version: '3.2'
1+
version: '3.8'
22

33
services:
44
db:
55
image: postgres:<%= POSTGRES_VERSION %>
66
container_name: <%= CONTAINERIZED_APP_NAME %>-db
77
environment:
88
- POSTGRES_DB=<%= APP_NAME %>_production
9+
- POSTGRES_PASSWORD=postgres
910
ports:
1011
- "5432:5432"
1112

.template/addons/semaphore/.semaphore/README.md.tt

Lines changed: 0 additions & 49 deletions
This file was deleted.

.template/addons/semaphore/.semaphore/promotion-production.yml.tt

Lines changed: 0 additions & 42 deletions
This file was deleted.

.template/addons/semaphore/.semaphore/promotion-staging.yml.tt

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)