Skip to content

Commit

Permalink
Merge branch 'release/6.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Jan 9, 2023
2 parents 4af8d42 + e7fa804 commit 0d07dbc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ gem 'jwt', '~> 2.6.0'
gem 'hcaptcha', '~> 7.1.0'
gem 'mail_form', '~> 1.9.0'

# set fixed to keep an old version until https://github.com/mikel/mail/issues/1538 is fixed
gem 'mail', '~> 2.7.1'

# authorization
gem 'pundit', '~> 2.3.0'

Expand Down
6 changes: 2 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,8 @@ GEM
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.8.0)
mail (2.7.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
mail_form (1.9.0)
actionmailer (>= 5.2)
activemodel (>= 5.2)
Expand Down Expand Up @@ -536,6 +533,7 @@ DEPENDENCIES
kramdown-parser-gfm (~> 1.1.0)
letter_opener (~> 1.8.1)
listen (~> 3.7.1)
mail (~> 2.7.1)
mail_form (~> 1.9.0)
memory_profiler (~> 1.0.1)
minitest-ci (~> 3.4.0)
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/00_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Application
module Version
MAJOR = 6
MINOR = 4
PATCH = 0
PATCH = 1

STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
Expand Down

0 comments on commit 0d07dbc

Please sign in to comment.