Skip to content

Commit ace24ec

Browse files
committed
add Gemfile
1 parent e519103 commit ace24ec

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

Gemfile

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# frozen_string_literal: true
2+
3+
source 'https://rubygems.org'
4+
5+
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
6+
7+
# gem "rails"
8+
gem 'rubocop'

Gemfile.lock

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
ast (2.4.2)
5+
parallel (1.22.1)
6+
parser (3.1.1.0)
7+
ast (~> 2.4.1)
8+
rainbow (3.1.1)
9+
regexp_parser (2.2.1)
10+
rexml (3.2.5)
11+
rubocop (1.26.1)
12+
parallel (~> 1.10)
13+
parser (>= 3.1.0.0)
14+
rainbow (>= 2.2.2, < 4.0)
15+
regexp_parser (>= 1.8, < 3.0)
16+
rexml
17+
rubocop-ast (>= 1.16.0, < 2.0)
18+
ruby-progressbar (~> 1.7)
19+
unicode-display_width (>= 1.4.0, < 3.0)
20+
rubocop-ast (1.16.0)
21+
parser (>= 3.1.1.0)
22+
ruby-progressbar (1.11.0)
23+
unicode-display_width (2.1.0)
24+
25+
PLATFORMS
26+
ruby
27+
28+
DEPENDENCIES
29+
rubocop
30+
31+
BUNDLED WITH
32+
2.1.4

0 commit comments

Comments
 (0)