Skip to content

Commit d30f27a

Browse files
authored
release 1.8.0 (#739)
1 parent d61d38b commit d30f27a

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.2
1+
3.4.3

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
# v1.7.5
410

511
* Update to Ruby 3.4.2

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.4.2-alpine
1+
FROM ruby:3.4.3-alpine
22

33
MAINTAINER Klaus Meyer <[email protected]>
44

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,4 +328,4 @@ DEPENDENCIES
328328
webmock
329329

330330
BUNDLED WITH
331-
2.5.6
331+
2.6.8

config/initializers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Rails.application.config.x.version = "1.7.5"
1+
Rails.application.config.x.version = "1.8.0"
22

33
# Docker Cloud will pass the git commit it is building the image from
44
# See: https://docs.docker.com/docker-hub/builds/advanced/

0 commit comments

Comments
 (0)