Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'ctl_base_ui', '0.0.6'
gem 'sass', '3.3.9'
gem 'haml', '4.0.5'
gem 'uglifier', '2.5.1'
gem 'kramdown', '1.4.0'
gem 'kramdown', '2.3.0'
gem 'zeroclipboard-rails', '0.1.0'

# API Gems
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ GEM
railties (>= 3.2.16)
json (1.8.2)
kmts (2.0.1)
kramdown (1.4.0)
kramdown (2.3.0)
rexml
mail (2.6.3)
mime-types (>= 1.16, < 3)
mime-types (2.4.3)
Expand Down Expand Up @@ -131,6 +132,7 @@ GEM
rake (10.4.0)
rest-client (1.6.7)
mime-types (>= 1.16)
rexml (3.2.4)
rspec-core (3.1.7)
rspec-support (~> 3.1.0)
rspec-expectations (3.1.2)
Expand Down Expand Up @@ -212,7 +214,7 @@ DEPENDENCIES
haml (= 4.0.5)
its (= 0.2.0)
kmts (= 2.0.1)
kramdown (= 1.4.0)
kramdown (= 2.3.0)
octokit (= 3.2.0)
phantomjs (= 1.9.7.1)
puma (= 2.8.2)
Expand Down