Skip to content

Commit c03fbba

Browse files
committed
fix RedCloth gem version
1 parent 02e41d8 commit c03fbba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gemspec
88
group :development do
99
gem "bundler", "~> 1.0.0"
1010
gem "rake", "~> 0.9.2"
11-
gem "RedCloth", RUBY_PLATFORM == 'java' ? "= 4.2.7" : "~> 4.0.3"
11+
gem "RedCloth", RUBY_PLATFORM == 'java' ? "= 4.2.7" : ">= 4.0.3"
1212
gem "term-ansicolor"
1313
gem "shoulda-context", "= 1.0.0.beta1" if RUBY_VERSION >= '1.8.7'
1414
gem "json" unless RUBY_VERSION >= '1.9.1'

etc/CodeRay.tmproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<key>filename</key>
2727
<string>../coderay.gemspec</string>
2828
<key>lastUsed</key>
29-
<date>2011-08-19T02:43:54Z</date>
29+
<date>2011-08-23T02:18:44Z</date>
3030
</dict>
3131
<dict>
3232
<key>filename</key>
@@ -120,7 +120,7 @@
120120
<key>filename</key>
121121
<string>../Rakefile</string>
122122
<key>lastUsed</key>
123-
<date>2011-08-19T02:10:22Z</date>
123+
<date>2011-08-23T02:18:45Z</date>
124124
</dict>
125125
<dict>
126126
<key>name</key>

0 commit comments

Comments
 (0)