Skip to content

Commit

Permalink
Merge pull request #815 from ninoseki/v6.0.0
Browse files Browse the repository at this point in the history
v6.0.0
  • Loading branch information
ninoseki authored Nov 18, 2023
2 parents 913cfb0 + 14e225f commit f024d96
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 f024d96

Please sign in to comment.