Skip to content

Commit 27139bd

Browse files
Bump rexml from 3.4.1 to 3.4.2 (#395)
* Bump rexml from 3.4.1 to 3.4.2 Bumps [rexml](https://github.com/ruby/rexml) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.4.1...v3.4.2) --- updated-dependencies: - dependency-name: rexml dependency-version: 3.4.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * docs: Fix parameter name in DirectorySync#list_users documentation --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: masamichhhhi <masamichhhi@gmail.com>
1 parent 1bd0a5c commit 27139bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ GEM
3131
racc (1.8.1)
3232
rainbow (3.1.1)
3333
regexp_parser (2.10.0)
34-
rexml (3.4.1)
34+
rexml (3.4.2)
3535
rspec (3.9.0)
3636
rspec-core (~> 3.9.0)
3737
rspec-expectations (~> 3.9.0)

lib/workos/directory_sync.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def list_groups(options = {})
115115
# @param [Hash] options An options hash
116116
# @option options [String] directory The ID of the directory whose
117117
# directory users will be retrieved.
118-
# @option options [String] user The ID of the directory group whose
118+
# @option options [String] group The ID of the directory group whose
119119
# directory users will be retrieved.
120120
# @option options [String] limit Maximum number of records to return.
121121
# @option options [String] order The order in which to paginate records

0 commit comments

Comments
 (0)