Skip to content

Commit

Permalink
Relax RedCloth constraint, bump to 4.2.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviershay committed Nov 13, 2011
1 parent 8dd39fd commit 1ae421a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ end
# gem 'ruby-debug'

# Bundle the extra gems:
gem 'RedCloth', '4.2.7', :require => 'redcloth'
gem 'RedCloth', '~> 4.2.7', :require => 'redcloth'
gem 'ruby-openid', :require => 'openid'
gem 'rack-openid', :require => 'rack/openid'
gem 'aaronh-chronic', :require => 'chronic' # Fixes for 1.9.2
Expand Down
5 changes: 2 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
GEM
remote: http://rubygems.org/
specs:
RedCloth (4.2.7)
RedCloth (4.2.7-java)
RedCloth (4.2.8)
aaronh-chronic (0.3.9)
abstract (1.0.0)
actionmailer (3.0.4)
Expand Down Expand Up @@ -139,7 +138,7 @@ PLATFORMS
ruby

DEPENDENCIES
RedCloth (= 4.2.7)
RedCloth (~> 4.2.7)
aaronh-chronic
activerecord-jdbcsqlite3-adapter
coderay
Expand Down

0 comments on commit 1ae421a

Please sign in to comment.