Skip to content

Commit 73ff0c6

Browse files
committed
Remove default gems
This reverts commit 1328328.
1 parent 527eef7 commit 73ff0c6

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

Gemfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ gem 'csv'
1212
# Support for encoding and decoding binary data using a Base64 representation. (https://github.com/ruby/base64)
1313
gem 'base64'
1414

15-
# Provides a simple logging utility for outputting messages. (https://github.com/ruby/logger)
16-
gem 'logger'
17-
18-
# Class to build custom data structures, similar to a Hash. (https://github.com/ruby/ostruct)
19-
gem 'ostruct'
20-
2115
group :development, :test do
2216
# minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking (https://github.com/minitest/minitest)
2317
gem 'minitest'

Gemfile.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@ GEM
1717
influxdb-client (3.1.0)
1818
json (2.8.1)
1919
language_server-protocol (3.17.0.3)
20-
logger (1.6.1)
2120
minitest (5.25.1)
2221
minitest-silence (0.2.4)
2322
minitest (~> 5.12)
24-
ostruct (0.6.1)
2523
parallel (1.26.3)
2624
parser (3.3.6.0)
2725
ast (~> 2.4.1)
@@ -76,10 +74,8 @@ DEPENDENCIES
7674
csv
7775
dotenv
7876
influxdb-client
79-
logger
8077
minitest
8178
minitest-silence
82-
ostruct
8379
rake
8480
rubocop
8581
rubocop-minitest

0 commit comments

Comments
 (0)