Start using Bundler
- Add Gemfile - Add auto-generated Gemfile.lock
This commit is contained in:
parent
19fdb26cb7
commit
893c71ea51
2 changed files with 41 additions and 0 deletions
6
Gemfile
Normal file
6
Gemfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "rubocop"
|
||||
gem "yard"
|
||||
gem "yard-ghpages"
|
35
Gemfile.lock
Normal file
35
Gemfile.lock
Normal file
|
@ -0,0 +1,35 @@
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
ast (2.3.0)
|
||||
git (1.3.0)
|
||||
parser (2.4.0.0)
|
||||
ast (~> 2.2)
|
||||
powerpack (0.1.1)
|
||||
rainbow (2.2.2)
|
||||
rake
|
||||
rake (11.3.0)
|
||||
rubocop (0.48.1)
|
||||
parser (>= 2.3.3.1, < 3.0)
|
||||
powerpack (~> 0.1)
|
||||
rainbow (>= 1.99.1, < 3.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (~> 1.0, >= 1.0.1)
|
||||
ruby-progressbar (1.8.1)
|
||||
unicode-display_width (1.2.1)
|
||||
yard (0.9.9)
|
||||
yard-ghpages (0.0.2)
|
||||
git (~> 1.3)
|
||||
rake (~> 11.1)
|
||||
yard (~> 0.8)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
rubocop
|
||||
yard
|
||||
yard-ghpages
|
||||
|
||||
BUNDLED WITH
|
||||
1.13.7
|
Loading…
Reference in a new issue