Skip to content

Commit

Permalink
Sorts gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Jun 25, 2024
1 parent 8c2fbe4 commit f61259d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,14 @@ gemspec
group :development, :test do
gem 'faraday-httpclient'
gem 'faraday-net_http_persistent'
gem 'faraday-patron' unless defined? JRUBY_VERSION
gem 'faraday-typhoeus'
gem 'rspec'
gem 'oj' unless defined? JRUBY_VERSION
gem 'opentelemetry-sdk', require: false if RUBY_VERSION >= '3.0'
if defined?(JRUBY_VERSION)
gem 'pry-nav'
else
gem 'faraday-patron'
gem 'oj'
gem 'pry-byebug'
end
if RUBY_VERSION >= '3.0'
gem 'opentelemetry-sdk', require: false
end
gem 'rspec'
end
4 changes: 2 additions & 2 deletions Gemfile-faraday1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ gemspec
group :development, :test do
gem 'httpclient'
gem 'net-http-persistent'
gem 'patron' unless defined? JRUBY_VERSION
gem 'rspec'
gem 'typhoeus'
gem 'oj' unless defined? JRUBY_VERSION
if defined?(JRUBY_VERSION)
gem 'pry-nav'
else
gem 'pry-byebug'
gem 'oj'
gem 'patron'
end
end

0 comments on commit f61259d

Please sign in to comment.