Skip to content

Commit

Permalink
Removes unnecessary require base64 found thanks to warning in Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Jan 24, 2024
1 parent c6cf02a commit c5af196
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/elastic/transport/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# specific language governing permissions and limitations
# under the License.

require 'base64'
require 'elastic/transport/meta_header'

module Elastic
Expand Down
2 changes: 0 additions & 2 deletions lib/elastic/transport/meta_header.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
# specific language governing permissions and limitations
# under the License.

require 'base64'

module Elastic
module Transport
# Methods for the Elastic meta header used by Cloud.
Expand Down

0 comments on commit c5af196

Please sign in to comment.