Skip to content

Commit

Permalink
Merge pull request #119 from Samedis-care/rails-update
Browse files Browse the repository at this point in the history
  • Loading branch information
neongrau authored Jan 2, 2025
2 parents ae984c2 + 896c805 commit 2c59db0
Show file tree
Hide file tree
Showing 5 changed files with 141 additions and 138 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-3.3.5
ruby-3.4.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apk add --no-cache curl
RUN curl -L -f -o 'GeoLite2-City.mmdb' 'https://github.com/P3TERX/GeoLite.mmdb/raw/download/GeoLite2-City.mmdb'


FROM ruby:3.3.5-bullseye
FROM ruby:3.4.1-bullseye

RUN apt-get update --fix-missing \
&& apt-get install -y --no-install-recommends libvips-dev openssl libjemalloc2 libsnappy-dev \
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gem 'rails', '~> 7.1'
gem 'rails', '~> 8.0'

gem 'bcrypt'
gem 'bootsnap', require: false
Expand Down
Loading

0 comments on commit 2c59db0

Please sign in to comment.