Skip to content

Commit

Permalink
Reorganizes gems
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Sep 11, 2024
1 parent 898c246 commit d172369
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
8 changes: 8 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,11 @@ gemspec

gem 'rake'
gem 'simplecov', require: false, group: :test

gem 'awesome_print'
gem 'byebug' unless defined?(JRUBY_VERSION)
gem 'rspec', '~> 3.9.0'
gem 'rspec_junit_formatter'
gem 'rubocop', '~> 1.0'
gem 'vcr'
gem 'webmock'
12 changes: 0 additions & 12 deletions elastic-enterprise-search.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
$LOAD_PATH.push File.expand_path('lib', __dir__)
require 'elastic/enterprise-search/version'

# rubocop:disable Metrics/BlockLength
Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.5'
s.name = 'elastic-enterprise-search'
Expand Down Expand Up @@ -49,15 +48,4 @@ Gem::Specification.new do |s|

s.add_dependency 'elasticsearch-transport', '>= 7.11'
s.add_runtime_dependency 'jwt', '>= 1.5', '< 3.0'
s.add_development_dependency 'awesome_print'
unless defined?(JRUBY_VERSION)
s.add_development_dependency 'byebug'
s.add_development_dependency 'faraday-typhoeus'
end
s.add_development_dependency 'rspec', '~> 3.9.0'
s.add_development_dependency 'rspec_junit_formatter'
s.add_development_dependency 'rubocop', '~> 1.0'
s.add_development_dependency 'vcr'
s.add_development_dependency 'webmock'
end
# rubocop:enable Metrics/BlockLength

0 comments on commit d172369

Please sign in to comment.