Skip to content

Commit

Permalink
update redcarpet
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanRada committed Jan 4, 2017
1 parent 5693346 commit c197cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion celluloid_pubsub.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'coveralls', '~> 0.8', '>= 0.8'
s.add_development_dependency 'rake', '>= 12.0', '>= 12.0'
s.add_development_dependency 'yard', '~> 0.8', '>= 0.8.7'
s.add_development_dependency 'redcarpet', '~> 3.3', '>= 3.3'
s.add_development_dependency 'redcarpet', '~> 3.4', '>= 3.4'
s.add_development_dependency 'github-markup', '~> 1.4', '>= 1.4'
s.add_development_dependency 'inch', '~> 0.7', '>= 0.7'
end
2 changes: 1 addition & 1 deletion lib/celluloid_pubsub/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module VERSION
# minor release version
MINOR = 1
# tiny release version
TINY = 0
TINY = 1
# prelease version ( set this only if it is a prelease)
PRE = nil

Expand Down

0 comments on commit c197cb7

Please sign in to comment.