Skip to content

Commit

Permalink
Merge pull request #1337 from fatfreecrm/master
Browse files Browse the repository at this point in the history
Prep 0.22.1
  • Loading branch information
CloCkWeRX authored Aug 26, 2024
2 parents ab1da1c + f8b83bc commit efd3139
Show file tree
Hide file tree
Showing 60 changed files with 437 additions and 309 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.2'] # , '2.7', '3.0'
ruby-version: ['3.3'] # , '2.7', '3.0'

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
inherit_from: .rubocop_todo.yml

AllCops:
TargetRubyVersion: 3.2
TargetRubyVersion: 3.3

Bundler/OrderedGems:
Enabled: false
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.3.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# docker-compose up
# docker-compose exec web bundle exec rake db:create db:schema:load ffcrm:demo:load

FROM ruby:3.2
FROM ruby:3.3

LABEL author="Steve Kenworthy"

Expand Down
Loading

0 comments on commit efd3139

Please sign in to comment.