File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
- 3.4.2
1
+ 3.4.3
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ # v1.8.0
4
+
5
+ * Migrate to Bootstrap 5 (Bonus: Darkmode)
6
+ * Update to Ruby 3.4.3
7
+ * Update to Rails 8.0.2
8
+
3
9
# v1.7.5
4
10
5
11
* Update to Ruby 3.4.2
Original file line number Diff line number Diff line change 1
- FROM ruby:3.4.2 -alpine
1
+ FROM ruby:3.4.3 -alpine
2
2
3
3
MAINTAINER Klaus Meyer <
[email protected] >
4
4
Original file line number Diff line number Diff line change @@ -328,4 +328,4 @@ DEPENDENCIES
328
328
webmock
329
329
330
330
BUNDLED WITH
331
- 2.5.6
331
+ 2.6.8
Original file line number Diff line number Diff line change 1
- Rails . application . config . x . version = "1.7.5 "
1
+ Rails . application . config . x . version = "1.8.0 "
2
2
3
3
# Docker Cloud will pass the git commit it is building the image from
4
4
# See: https://docs.docker.com/docker-hub/builds/advanced/
You can’t perform that action at this time.
0 commit comments