Skip to content

Commit af47929

Browse files
author
Carl Tanner
committed
changed out gems textpow for coderay, per Radar.
1 parent 286f130 commit af47929

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gems

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
chronic
22
RedCloth
33
highline
4-
textpow
4+
coderay
55
ultraviolet

config/environment.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
config.gem 'chronic'
4545
config.gem 'RedCloth'
4646
config.gem 'highline'
47-
config.gem 'textpow'
47+
config.gem 'coderay'
4848
config.gem 'ultraviolet', :lib => "uv"
4949

5050
# lol actionwebservice

0 commit comments

Comments
 (0)