File tree 3 files changed +49
-0
lines changed
3 files changed +49
-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
+
9
+ gem "rubocop" , "~> 1.22"
10
+
11
+ gem "yard" , "~> 0.9.26"
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.21.0 )
6
+ parser (3.0.2.0 )
7
+ ast (~> 2.4.1 )
8
+ rainbow (3.0.0 )
9
+ regexp_parser (2.1.1 )
10
+ rexml (3.2.5 )
11
+ rubocop (1.22.3 )
12
+ parallel (~> 1.10 )
13
+ parser (>= 3.0.0.0 )
14
+ rainbow (>= 2.2.2 , < 4.0 )
15
+ regexp_parser (>= 1.8 , < 3.0 )
16
+ rexml
17
+ rubocop-ast (>= 1.12.0 , < 2.0 )
18
+ ruby-progressbar (~> 1.7 )
19
+ unicode-display_width (>= 1.4.0 , < 3.0 )
20
+ rubocop-ast (1.13.0 )
21
+ parser (>= 3.0.1.1 )
22
+ ruby-progressbar (1.11.0 )
23
+ unicode-display_width (2.1.0 )
24
+ yard (0.9.26 )
25
+
26
+ PLATFORMS
27
+ x86_64-linux
28
+
29
+ DEPENDENCIES
30
+ rubocop (~> 1.22 )
31
+ yard (~> 0.9.26 )
32
+
33
+ BUNDLED WITH
34
+ 2.2.29
Original file line number Diff line number Diff line change
1
+ -> RUBY_VERSIon
2
+ * EXCEPTION: uninitialized constant (class GTK::Console (included_modules [ConsoleDeprecated]) )::RUBY_VERSIon
3
+ -> RUBY_VERSION
4
+ => 2.0
You can’t perform that action at this time.
0 commit comments