Skip to content

Commit

Permalink
update ruby from 3.1 to 3.2.2 (#1413)
Browse files Browse the repository at this point in the history
* update ruby from 3.1 to 3.2.2

* new config naming for pagy

* fix invisible captcha
  • Loading branch information
tyranja authored Nov 3, 2024
1 parent 6d4f17f commit 86796eb
Show file tree
Hide file tree
Showing 7 changed files with 166 additions and 143 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.1.6
ruby 3.2.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.1.6
FROM ruby:3.2.2
RUN apt-get update -qq && apt-get install -y nodejs postgresql-client
RUN mkdir /speakerinnen_liste
WORKDIR /speakerinnen_liste
Expand Down
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

source 'https://rubygems.org'
ruby '3.1.6'
ruby '3.2.2'
gem 'rails', '6.1.7.6'

# Needed for Javascript Runtime
Expand All @@ -22,11 +22,11 @@ gem 'mime-types'

gem 'acts-as-taggable-on', '~> 9.0', '>= 9.0.1'
gem 'devise', '~> 4.7'
gem 'invisible_captcha'
gem 'invisible_captcha', '2.3'
gem 'jquery-rails', '~> 4.4.0'
gem 'jquery-ui-rails', '~> 7.0.0'
gem 'mini_magick', '~> 4.9.5'
gem 'pg', '~> 1.1.3'
gem 'pg', '~> 1.5.9'
gem 'simple_form'

gem 'country_select'
Expand Down
Loading

0 comments on commit 86796eb

Please sign in to comment.