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 8c91f63 commit d80a249
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
7 changes: 7 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,12 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in elastic-enterprise-search.gemspec
gemspec

gem 'awesome_print'
gem 'byebug' unless defined?(JRUBY_VERSION)
gem 'rake'
gem 'rspec', '~> 3.9.0'
gem 'rspec_junit_formatter'
gem 'rubocop', '~> 1.0'
gem 'simplecov', require: false, group: :test
gem 'vcr'
gem 'webmock'
9 changes: 0 additions & 9 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,12 +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'
s.add_development_dependency 'byebug' unless defined?(JRUBY_VERSION)
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 d80a249

Please sign in to comment.