Skip to content

Commit

Permalink
update ruby to 3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaergul committed Jan 28, 2025
1 parent cf71a20 commit 8c8635f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.3.6
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# frozen_string_literal: true

source 'https://rubygems.org'
source "https://rubygems.org"

gem 'rake'
gem 'rspec'
gem 'rubocop', require: false
gem 'yaml'
gem "rake"
gem "rspec"
gem "rubocop", require: false
gem "yaml"

0 comments on commit 8c8635f

Please sign in to comment.