Skip to content

Commit 8f25509

Browse files
committed
Gemfile: drop yajl and faraday gems
We used to use these to talk to elasticsearch, but they were dropped by 2577930 (Replace Tire gem by newer elasticsearch gem, 2018-12-02).
1 parent 4947f4e commit 8f25509

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

Gemfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,12 @@ gem "rails", "~> 6.0"
77

88
gem "asciidoctor", "~> 2.0.0"
99
gem "elasticsearch", "2.0.2"
10-
gem "faraday"
11-
gem "faraday_middleware"
1210
gem "iso8601"
1311
gem "octokit"
1412
gem "puma"
1513

1614
gem "diffy"
1715
gem "nokogiri"
18-
gem "yajl-ruby"
1916

2017
# Assets
2118
gem "listen"

Gemfile.lock

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ GEM
112112
multipart-post (>= 1.2, < 3)
113113
ruby2_keywords
114114
faraday-net_http (1.0.1)
115-
faraday_middleware (1.0.0)
116-
faraday (~> 1.0)
117115
ffi (1.15.0)
118116
foreman (0.87.2)
119117
globalid (0.4.2)
@@ -304,7 +302,6 @@ GEM
304302
websocket-driver (0.7.3)
305303
websocket-extensions (>= 0.1.0)
306304
websocket-extensions (0.1.5)
307-
yajl-ruby (1.4.1)
308305
zeitwerk (2.4.2)
309306

310307
PLATFORMS
@@ -321,8 +318,6 @@ DEPENDENCIES
321318
elasticsearch (= 2.0.2)
322319
fabrication
323320
factory_bot_rails
324-
faraday
325-
faraday_middleware
326321
foreman
327322
iso8601
328323
listen
@@ -345,7 +340,6 @@ DEPENDENCIES
345340
uglifier
346341
vcr
347342
webmock
348-
yajl-ruby
349343

350344
RUBY VERSION
351345
ruby 2.7.3p183

0 commit comments

Comments
 (0)