Skip to content

Commit

Permalink
Remove arcanus from application dependencies
Browse files Browse the repository at this point in the history
We recently added arcanus as a system gem inside the dock image.
This means we no longer require it from an application standpoint.

Lets remove any Gemfile arcanus dependencies and think of the tool
as a system binary (i.e. no bundle exec).

Change-Id: Id8abcf778256d7c820b8ce70b4d002d94af3d205
Reviewed-on: https://code.brigade.zone/30471
Tested-by: Leeroy Jenkins <[email protected]>
Reviewed-by: Ahmad Wilson <[email protected]>
  • Loading branch information
John M authored and 0xOI committed Jun 29, 2018
1 parent a907438 commit eb548e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 68 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
source 'https://rubygems.org'

gem 'arcanus', '~> 1.2.0'
gem 'overcommit', '~> 0.39.1'
68 changes: 1 addition & 67 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,85 +1,19 @@
GEM
remote: https://rubygems.org/
specs:
arcanus (1.2.0)
diffy (~> 3.1)
tty (~> 0.3)
childprocess (0.6.3)
ffi (~> 1.0, >= 1.0.11)
diff-lcs (1.3)
diffy (3.2.0)
equatable (0.5.0)
ffi (1.9.18)
iniparse (1.4.2)
necromancer (0.4.0)
overcommit (0.39.1)
childprocess (~> 0.6.3)
iniparse (~> 1.4)
pastel (0.7.1)
equatable (~> 0.5.0)
tty-color (~> 0.4.0)
tty (0.7.0)
equatable (~> 0.5.0)
pastel (~> 0.7.0)
tty-color (~> 0.4.0)
tty-command (~> 0.4.0)
tty-cursor (~> 0.4.0)
tty-editor (~> 0.2.0)
tty-file (~> 0.3.0)
tty-pager (~> 0.7.0)
tty-platform (~> 0.1.0)
tty-progressbar (~> 0.10.0)
tty-prompt (~> 0.12.0)
tty-screen (~> 0.5.0)
tty-spinner (~> 0.4.0)
tty-table (~> 0.8.0)
tty-which (~> 0.3.0)
tty-color (0.4.2)
tty-command (0.4.0)
pastel (~> 0.7.0)
tty-cursor (0.4.0)
tty-editor (0.2.0)
tty-prompt (~> 0.12.0)
tty-which (~> 0.3.0)
tty-file (0.3.0)
diff-lcs (~> 1.3.0)
pastel (~> 0.7.0)
tty-prompt (~> 0.12.0)
tty-pager (0.7.1)
tty-screen (~> 0.5.0)
tty-which (~> 0.3.0)
verse (~> 0.5.0)
tty-platform (0.1.0)
tty-progressbar (0.10.1)
tty-screen (~> 0.5.0)
tty-prompt (0.12.0)
necromancer (~> 0.4.0)
pastel (~> 0.7.0)
tty-cursor (~> 0.4.0)
wisper (~> 1.6.1)
tty-screen (0.5.0)
tty-spinner (0.4.1)
tty-table (0.8.0)
equatable (~> 0.5.0)
necromancer (~> 0.4.0)
pastel (~> 0.7.0)
tty-screen (~> 0.5.0)
unicode-display_width (~> 1.1.0)
verse (~> 0.5.0)
tty-which (0.3.0)
unicode-display_width (1.1.3)
unicode_utils (1.4.0)
verse (0.5.0)
unicode-display_width (~> 1.1.0)
unicode_utils (~> 1.4.0)
wisper (1.6.1)

PLATFORMS
ruby

DEPENDENCIES
arcanus (~> 1.2.0)
overcommit (~> 0.39.1)

BUNDLED WITH
1.15.1
1.16.1

0 comments on commit eb548e1

Please sign in to comment.