Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
ruby-version: 3.3
- name: Install dependencies
run: bundle install
- name: Run Rubocop
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
ruby-version: 3.3
- name: Install dependencies
run: bundle install
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
ruby-version: 3.3
- name: Install dependencies
run: bundle install
- name: Run Yard
Expand Down
3 changes: 1 addition & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require:
plugins:
- rubocop-performance
- rubocop-rake
- rubocop-rspec
Expand All @@ -7,7 +7,6 @@ AllCops:
# RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
# to ignore them, so only the ones explicitly set in this file are enabled.
DisabledByDefault: true
TargetRubyVersion: 3.0

Performance:
Exclude:
Expand Down
3 changes: 1 addition & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
ruby 3.3.5

ruby 3.3.0
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.4.0]

### Changed

1. Update GH Workflows to use Ruby 3.3.0. (IN-2722)
1. Update .tool-versions to use Ruby 3.3.0. (IN-2722)
1. Update Rubocop. (IN-2722)

## [4.3.0]

### Changed
Expand Down
55 changes: 31 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
faithteams-api (4.3.0)
faithteams-api (4.4.0)
activesupport (~> 7.2.2)
http (~> 5.1)
logger (~> 1.6.1)
Expand All @@ -26,7 +26,7 @@ GEM
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
ast (2.4.3)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
Expand Down Expand Up @@ -72,8 +72,9 @@ GEM
http-form_data (2.3.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
json (2.9.0)
language_server-protocol (3.17.0.3)
json (2.13.2)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand All @@ -89,10 +90,11 @@ GEM
nenv (~> 0.1)
shellany (~> 0.0)
ostruct (0.6.1)
parallel (1.26.3)
parser (3.3.6.0)
parallel (1.27.0)
parser (3.3.9.0)
ast (~> 2.4.1)
racc
prism (1.4.0)
pry (0.15.0)
coderay (~> 1.1)
method_source (~> 1.0)
Expand All @@ -103,7 +105,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
regexp_parser (2.9.3)
regexp_parser (2.11.2)
rexml (3.3.9)
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand All @@ -118,25 +120,30 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.2)
rubocop (1.69.2)
rubocop (1.73.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-performance (1.23.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (1.42.0)
rubocop (>= 0.87.0)
rubocop-ast (1.46.0)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-performance (1.24.0)
lint_roller (~> 1.1)
rubocop (>= 1.72.1, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-rake (0.7.1)
lint_roller (~> 1.1)
rubocop (>= 1.72.1)
rubocop-rspec (3.5.0)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
ruby-progressbar (1.13.0)
securerandom (0.4.1)
shellany (0.0.1)
Expand All @@ -149,7 +156,7 @@ GEM
thor (1.4.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (3.1.2)
unicode-display_width (3.1.5)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
webmock (3.24.0)
Expand All @@ -167,10 +174,10 @@ DEPENDENCIES
guard-rspec (~> 4.7)
rake (~> 13.0)
rspec (~> 3.12)
rubocop (~> 1.42)
rubocop-performance (~> 1.17)
rubocop-rake (~> 0.6)
rubocop-rspec (~> 1.42)
rubocop (~> 1.73.2)
rubocop-performance (~> 1.24.0)
rubocop-rake (~> 0.7.1)
rubocop-rspec (~> 3.5.0)
simplecov (~> 0.21)
webmock (~> 3.18)
yard (~> 0.9.36)
Expand Down
10 changes: 5 additions & 5 deletions faithteams-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.description = "Provides methods and utilities for interacting with the faithteams API."
spec.homepage = "https://github.com/tithely/faithteams-api"
spec.license = "MIT"
spec.required_ruby_version = Gem::Requirement.new(">= 3.0.0")
spec.required_ruby_version = Gem::Requirement.new(">= 3.3.0")

spec.metadata["allowed_push_host"] = "https://rubygems.org"

Expand Down Expand Up @@ -44,10 +44,10 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "simplecov", "~> 0.21"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.12"
spec.add_development_dependency "rubocop", "~> 1.42"
spec.add_development_dependency "rubocop-performance", "~> 1.17"
spec.add_development_dependency "rubocop-rake", "~> 0.6"
spec.add_development_dependency "rubocop-rspec", "~> 1.42"
spec.add_development_dependency "rubocop", "~> 1.73.2"
spec.add_development_dependency "rubocop-performance", "~> 1.24.0"
spec.add_development_dependency "rubocop-rake", "~> 0.7.1"
spec.add_development_dependency "rubocop-rspec", "~> 3.5.0"
spec.add_development_dependency "webmock", "~> 3.18"
spec.add_development_dependency "yard", "~> 0.9.36"
end
2 changes: 1 addition & 1 deletion lib/faithteams/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module FaithTeams
# Current version number.
VERSION = "4.3.0"
VERSION = "4.4.0"
end