File tree 3 files changed +12
-3
lines changed 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 3
3
specs:
4
4
github (0.6.1 )
5
5
highline (~> 1.5.1 )
6
- json (~> 1.4.6 )
6
+ json_pure (~> 1.5.1 )
7
7
launchy (~> 0.3.7 )
8
8
text-format (= 1.0.0 )
9
9
text-hyphen (= 1.0.0 )
26
26
configuration (1.2.0 )
27
27
highline (1.5.2 )
28
28
i18n (0.5.0 )
29
- json (1.4.6 )
29
+ json_pure (1.5.1 )
30
30
launchy (0.3.7 )
31
31
configuration (>= 0.0.5 )
32
32
rake (>= 0.8.1 )
Original file line number Diff line number Diff line change @@ -14,6 +14,15 @@ Run it:
14
14
$ github <command> <args>
15
15
$ gh <command> <args>
16
16
17
+ ## Requirements
18
+
19
+ Only installs pure JSON gem ` json_pure ` by default. If you are able to install the C-extension ` json ` gem, it will use that instead.
20
+
21
+ Try:
22
+
23
+ gem install json github
24
+
25
+
17
26
## Pulling Upstream Changes
18
27
19
28
Let's say you just forked ` github-gem ` on GitHub from defunkt.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
22
22
s . add_dependency "text-hyphen" , "1.0.0"
23
23
s . add_dependency "text-format" , "1.0.0"
24
24
s . add_dependency "highline" , "~> 1.5.1"
25
- s . add_dependency "json " , "~> 1.4.6 "
25
+ s . add_dependency "json_pure " , "~> 1.5.1 "
26
26
s . add_dependency "launchy" , "~> 0.3.7"
27
27
28
28
s . add_development_dependency "rake"
You can’t perform that action at this time.
0 commit comments