Skip to content

Commit

Permalink
Gemfile.lock
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Truong <[email protected]>
  • Loading branch information
nhtruong committed Jul 28, 2023
1 parent fce0cf2 commit af4627e
Show file tree
Hide file tree
Showing 2 changed files with 188 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ gem 'ruby-prof' unless defined?(JRUBY_VERSION) || defined?(Rubinius)
gem 'manticore' if defined? JRUBY_VERSION
gem 'pry-nav' if defined? JRUBY_VERSION

gem 'faraday', ENV.fetch('FARADAY_VERSION', nil), require: false if ENV.key?('FARADAY_VERSION')
gem 'faraday', ENV.fetch('FARADAY_VERSION', '~> 1'), require: false if ENV.key?('FARADAY_VERSION')
gem 'faraday-typhoeus' if !ENV.key?('FARADAY_VERSION') && Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.6')
187 changes: 187 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,187 @@
PATH
remote: .
specs:
opensearch-ruby (2.2.0)
faraday (>= 1.0, < 3)
multi_json

GEM
remote: https://rubygems.org/
specs:
actionview (6.1.7.3)
activesupport (= 6.1.7.3)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activesupport (6.1.7.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
ansi (1.5.0)
ast (2.4.2)
builder (3.2.4)
cane (3.0.0)
parallel
coderay (1.1.3)
concurrent-ruby (1.2.2)
connection_pool (2.4.0)
crack (0.4.5)
rexml
crass (1.0.6)
curb (0.9.11)
diff-lcs (1.5.0)
docile (1.4.0)
erubi (1.12.0)
ethon (0.16.0)
ffi (>= 1.15.0)
faraday (2.0.0)
ruby2_keywords (>= 0.0.4)
faraday-httpclient (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-typhoeus (1.0.0)
faraday (~> 2.0)
typhoeus (~> 1.4)
ffi (1.15.5)
hashdiff (1.0.1)
hashie (5.0.0)
httpclient (2.8.3)
i18n (1.13.0)
concurrent-ruby (~> 1.0)
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.6.3)
jsonify (0.4.1)
multi_json (~> 1.3)
loofah (2.20.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
method_source (1.0.0)
minitest (5.15.0)
minitest-reporters (1.6.0)
ansi
builder
minitest (>= 5.0)
ruby-progressbar
mocha (1.16.1)
multi_json (1.15.0)
net-http-persistent (4.0.2)
connection_pool (~> 2.2)
nokogiri (1.12.5-x86_64-darwin)
racc (~> 1.4)
parallel (1.22.1)
parser (3.2.2.1)
ast (~> 2.4.1)
patron (0.13.3)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.7)
racc (1.6.2)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.8.0)
require-prof (0.0.1)
rexml (3.2.5)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.28.2)
parallel (~> 1.10)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.17.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.17.0)
parser (>= 3.1.1.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.10.0)
rubocop (~> 1.19)
ruby-prof (1.4.3)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
shoulda-context (2.0.0)
simplecov (0.17.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
test-unit (2.5.5)
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
webmock (2.3.2)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
webrick (1.7.0)
yard (0.9.28)
webrick (~> 1.7.0)
zeitwerk (2.6.8)

PLATFORMS
x86_64-darwin-21

DEPENDENCIES
ansi
bundler
cane
curb
faraday-httpclient
faraday-net_http_persistent
faraday-patron
faraday-typhoeus
hashie
httpclient
jbuilder
jsonify
minitest (~> 5)
minitest-reporters (~> 1)
mocha (~> 1)
net-http-persistent
opensearch-ruby!
patron
pry
rake (~> 13)
require-prof
rspec (~> 3)
rubocop (~> 1.28.0)
rubocop-rake
rubocop-rspec
ruby-prof
shoulda-context
simplecov (~> 0.17, < 0.18)
test-unit (~> 2)
typhoeus (~> 1.4)
webmock (~> 2.0)
yard

BUNDLED WITH
2.3.25

0 comments on commit af4627e

Please sign in to comment.