Skip to content

Commit

Permalink
v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Nov 18, 2023
1 parent 913cfb0 commit 14e225f
Show file tree
Hide file tree
Showing 7 changed files with 465 additions and 189 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ruby:3.2.2-alpine3.18
RUN apk --no-cache add git build-base ruby-dev postgresql-dev && \
gem install pg

ARG MIHARI_VERSION=5.7.1
ARG MIHARI_VERSION=6.0.0

RUN gem install mihari -v ${MIHARI_VERSION}

Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Runtime

Ruby 2.7+ / 3.0+ (tested with 2.7, 3.0, 3.1 and 3.2)
Ruby 3.1+ (tested with 3.1 and 3.2)

## Database

Expand Down
Loading

0 comments on commit 14e225f

Please sign in to comment.