File tree 2 files changed +40
-0
lines changed
2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change
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'
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments