Skip to content

Commit

Permalink
chore: add Gemfile.lock
Browse files Browse the repository at this point in the history
Change-Id: I11df68993c0e04a1a445a0ebbf2a03f861fcf4eb
  • Loading branch information
drstrangelooker committed Sep 20, 2023
1 parent b9bc0de commit 45ec0a6
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions shell/Gemfile.lock
@@ -0,0 +1,60 @@
PATH
remote: ..
specs:
looker-sdk (0.1.6)
faraday (>= 1.2, < 3.0)
sawyer (~> 0.8)

GEM
remote: https://rubygems.org/
specs:
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
coderay (1.1.3)
faraday (1.10.2)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
method_source (0.8.2)
multipart-post (2.2.3)
netrc (0.7.9)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
public_suffix (4.0.7)
ruby2_keywords (0.0.5)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
slop (3.6.0)

PLATFORMS
x86_64-linux

DEPENDENCIES
looker-sdk!
netrc (~> 0.7.7)
pry (~> 0.10.1)

BUNDLED WITH
2.4.14

0 comments on commit 45ec0a6

Please sign in to comment.