Skip to content

Commit efd3139

Browse files
authored
Merge pull request #1337 from fatfreecrm/master
Prep 0.22.1
2 parents ab1da1c + f8b83bc commit efd3139

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+437
-309
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
ruby-version: ['3.2'] # , '2.7', '3.0'
20+
ruby-version: ['3.3'] # , '2.7', '3.0'
2121

2222
steps:
2323
- uses: actions/checkout@v4

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
inherit_from: .rubocop_todo.yml
22

33
AllCops:
4-
TargetRubyVersion: 3.2
4+
TargetRubyVersion: 3.3
55

66
Bundler/OrderedGems:
77
Enabled: false

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.2
1+
3.3.2

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# docker-compose up
55
# docker-compose exec web bundle exec rake db:create db:schema:load ffcrm:demo:load
66

7-
FROM ruby:3.2
7+
FROM ruby:3.3
88

99
LABEL author="Steve Kenworthy"
1010

0 commit comments

Comments
 (0)