Skip to content

Commit eab100d

Browse files
Bump rest-client from 1.6.7 to 1.8.0 in /api/ruby/basics-of-authentication (#301)
* Bump rest-client in /api/ruby/basics-of-authentication Bumps [rest-client](https://github.com/rest-client/rest-client) from 1.6.7 to 1.8.0. - [Release notes](https://github.com/rest-client/rest-client/releases) - [Changelog](https://github.com/rest-client/rest-client/blob/master/history.md) - [Commits](rest-client/rest-client@v1.6.7...v1.8.0) Signed-off-by: dependabot[bot] <[email protected]> * Newer Ruby versions have json built-in Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Johannes Nicolai <[email protected]>
1 parent b452ef1 commit eab100d

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed
+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
source "http://rubygems.org"
22

3-
gem "json", "~> 1.8"
43
gem 'sinatra', '~> 1.3.5'
5-
gem 'rest-client', '~> 1.6.3'
4+
gem 'rest-client', '~> 1.8.0'
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,34 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
json (1.8.3)
5-
mime-types (1.21)
4+
domain_name (0.5.20190701)
5+
unf (>= 0.0.5, < 1.0.0)
6+
http-cookie (1.0.3)
7+
domain_name (~> 0.5)
8+
mime-types (2.99.3)
9+
netrc (0.11.0)
610
rack (1.5.2)
711
rack-protection (1.3.2)
812
rack
9-
rest-client (1.6.7)
10-
mime-types (>= 1.16)
13+
rest-client (1.8.0)
14+
http-cookie (>= 1.0.2, < 2.0)
15+
mime-types (>= 1.16, < 3.0)
16+
netrc (~> 0.7)
1117
sinatra (1.3.5)
1218
rack (~> 1.4)
1319
rack-protection (~> 1.3)
1420
tilt (~> 1.3, >= 1.3.3)
1521
tilt (1.3.3)
22+
unf (0.1.4)
23+
unf_ext
24+
unf_ext (0.0.7.6)
1625

1726
PLATFORMS
1827
ruby
1928

2029
DEPENDENCIES
21-
json (~> 1.8)
22-
rest-client (~> 1.6.3)
30+
rest-client (~> 1.8.0)
2331
sinatra (~> 1.3.5)
2432

2533
BUNDLED WITH
26-
1.10.6
34+
1.17.2

0 commit comments

Comments
 (0)