Skip to content

Commit

Permalink
WEB-6734: Update ruby to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KapilSachdev committed Dec 28, 2023
1 parent 8f7ff6c commit 9cce7d0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,5 @@ build-iPhoneSimulator/

.DS_Store

# VS code
.vscode
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AllCops:
TargetRubyVersion: 3.2
TargetRubyVersion: 3.3
NewCops: enable
Exclude:
- tmp/**/*
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.0
3.3.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2-alpine
FROM ruby:3.3-alpine
LABEL [email protected]

LABEL com.github.actions.name="robles"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -253,4 +253,4 @@ DEPENDENCIES
zeitwerk (~> 2.3)

BUNDLED WITH
2.4.20
2.5.3

0 comments on commit 9cce7d0

Please sign in to comment.