Skip to content

Commit a407d69

Browse files
committed
[CI] Utils code dependencies cleanup, add utils to Docker dep install
1 parent 08cb159 commit a407d69

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

Rakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ require 'pathname'
5858
CURRENT_PATH = Pathname(File.expand_path(__dir__))
5959
SUBPROJECTS = [
6060
'elasticsearch',
61-
'elasticsearch-api'
61+
'elasticsearch-api',
62+
'elasticsearch-api/utils'
6263
].freeze
6364

6465
RELEASE_TOGETHER = [

elasticsearch-api/utils/Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@
1717

1818
source 'https://rubygems.org'
1919

20-
gem 'activesupport'
2120
gem 'byebug'
2221
gem 'coderay'
2322
gem 'json'
2423
gem 'multi_json'
2524
gem 'pry'
26-
gem 'rest-client'
2725
gem 'rubocop'
2826
gem 'thor'

elasticsearch-api/utils/thor/generate_source.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919

2020
require 'thor'
2121
require 'pathname'
22-
require 'active_support/core_ext/hash/deep_merge'
23-
require 'active_support/inflector'
2422
require 'multi_json'
2523
require 'coderay'
2624
require 'pry'

0 commit comments

Comments
 (0)