Skip to content

Commit

Permalink
Ruby 3.3 updates (#84)
Browse files Browse the repository at this point in the history
## Description

Some updates to support Ruby 3.3.

## Commits

- Set development Ruby version to 3.3.1
- Set target Ruby version to 3.0
- Explicitly require uri library
  • Loading branch information
jgarber623 authored May 8, 2024
2 parents ec92724 + f41986a commit 5bcf777
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ inherit_from:
require:
- rubocop-packaging

# Checks that the keys, separators, and values of a multi-line hash literal are
# aligned according to configuration.
AllCops:
TargetRubyVersion: "3.0"

Layout/HashAlignment:
EnforcedHashRocketStyle: table
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.6
3.3.1
1 change: 1 addition & 0 deletions lib/micromicro.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

require "forwardable"
require "uri"

require "active_support/core_ext/array/grouping"
require "active_support/core_ext/enumerable"
Expand Down

0 comments on commit 5bcf777

Please sign in to comment.