Skip to content

Commit 37b292a

Browse files
committed
Resolve dependabot issues
1 parent 705db0f commit 37b292a

5 files changed

Lines changed: 16 additions & 11 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
freeclimb (5.1.0)
4+
freeclimb (5.1.1)
55
typhoeus (~> 1.0, >= 1.0.1)
66

77
GEM
@@ -103,8 +103,6 @@ GEM
103103
rubocop-performance (1.23.1)
104104
rubocop (>= 1.48.1, < 2.0)
105105
rubocop-ast (>= 1.31.1, < 2.0)
106-
rubocop-rspec (3.4.0)
107-
rubocop (~> 1.61)
108106
ruby-progressbar (1.13.0)
109107
securerandom (0.4.1)
110108
standard (1.45.0)
@@ -151,8 +149,6 @@ DEPENDENCIES
151149
pry-byebug
152150
rake (~> 13.0.6)
153151
rspec (~> 3.6, >= 3.6.0)
154-
rubocop (~> 1.71.1)
155-
rubocop-rspec
156152
standard
157153
webmock (~> 3.14)
158154

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ FreeClimb is a cloud-based application programming interface (API) that puts the
77
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
88

99
- API version: 1.0.0
10-
- Package version: 5.1.0
10+
- Package version: 5.1.1
1111
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
1212
For more information, please visit [https://www.freeclimb.com/support/](https://www.freeclimb.com/support/)
1313

1414
## Installation
1515

1616
Add this to the Gemfile:
1717

18-
gem 'freeclimb', '~> 5.1.0'
18+
gem 'freeclimb', '~> 5.1.1'
1919

2020
and run from your terminal
2121

@@ -44,9 +44,9 @@ gem build freeclimb.gemspec
4444
Then either install the gem locally:
4545

4646
```shell
47-
gem install ./freeclimb-5.1.0.gem
47+
gem install ./freeclimb-5.1.1.gem
4848
```
49-
(for development, run `gem install --dev ./freeclimb-5.1.0.gem` to install the development dependencies)
49+
(for development, run `gem install --dev ./freeclimb-5.1.1.gem` to install the development dependencies)
5050

5151
## Getting Started
5252

lib/freeclimb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
#
1010

1111
module Freeclimb
12-
VERSION = "5.1.0"
12+
VERSION = "5.1.1"
1313
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"@stoplight/prism-cli": "5.6.0",
44
"fast-xml-parser": "^4.5.0",
5-
"jsonpath-plus": "^10.0.0"
5+
"jsonpath-plus": "^10.3.0"
66
},
77
"resolutions": {
88
"@stoplight/json": "3.20.0",

yarn.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,15 @@ jsonpath-plus@^10.0.0, jsonpath-plus@^10.1.0, jsonpath-plus@^7.2.0:
792792
"@jsep-plugin/regex" "^1.0.4"
793793
jsep "^1.4.0"
794794

795+
jsonpath-plus@^10.3.0:
796+
version "10.3.0"
797+
resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-10.3.0.tgz#59e22e4fa2298c68dfcd70659bb47f0cad525238"
798+
integrity sha512-8TNmfeTCk2Le33A3vRRwtuworG/L5RrgMvdjhKZxvyShO+mBu2fP50OWUjRLNtvw344DdDarFh9buFAZs5ujeA==
799+
dependencies:
800+
"@jsep-plugin/assignment" "^1.3.0"
801+
"@jsep-plugin/regex" "^1.0.4"
802+
jsep "^1.4.0"
803+
795804
liquid-json@0.3.1:
796805
version "0.3.1"
797806
resolved "https://registry.yarnpkg.com/liquid-json/-/liquid-json-0.3.1.tgz#9155a18136d8a6b2615e5f16f9a2448ab6b50eea"

0 commit comments

Comments
 (0)