Skip to content

Commit bdf7df6

Browse files
committed
Gemfile: drop launchy and netrc gems
These were added in 5b27058 (add rest client gem, 2012-04-04), but we later dropped the rest-client gem in c410469 (Rails 3.2.17, 2014-04-27). It's not clear to me if they were needed as part of that, or if it was simply an error (they actually got moved out of the dev section). But they don't seem to be doing anything in the modern codebase. Let's get rid of them in the name of simplicity.
1 parent bd00ee0 commit bdf7df6

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ gem "puma"
1515
gem "tilt"
1616

1717
gem "diffy"
18-
gem "launchy"
19-
gem "netrc"
2018
gem "nokogiri"
2119
gem "redcarpet"
2220
gem "yajl-ruby"

Gemfile.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ GEM
122122
i18n (1.8.10)
123123
concurrent-ruby (~> 1.0)
124124
iso8601 (0.13.0)
125-
launchy (2.5.0)
126-
addressable (~> 2.7)
127125
listen (3.5.0)
128126
rb-fsevent (~> 0.10, >= 0.10.3)
129127
rb-inotify (~> 0.9, >= 0.9.10)
@@ -139,7 +137,6 @@ GEM
139137
minitest (5.14.4)
140138
multi_json (1.15.0)
141139
multipart-post (2.1.1)
142-
netrc (0.11.0)
143140
nio4r (2.5.7)
144141
nokogiri (1.11.5)
145142
mini_portile2 (~> 2.5.0)
@@ -329,9 +326,7 @@ DEPENDENCIES
329326
faraday_middleware
330327
foreman
331328
iso8601
332-
launchy
333329
listen
334-
netrc
335330
nokogiri
336331
octokit
337332
pg

0 commit comments

Comments
 (0)