Skip to content
This repository has been archived by the owner on Jul 12, 2018. It is now read-only.

Commit

Permalink
Merge pull request #82 from 18F/downgrade-style-gem
Browse files Browse the repository at this point in the history
downgrade guides style gem
  • Loading branch information
jbarnicle committed Apr 1, 2016
2 parents 0868baa + 44f57e5 commit 34aea2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -6,5 +6,6 @@ gem 'rouge'
gem 'go_script'

group :jekyll_plugins do
gem 'guides_style_18f'
# temporary fix for https://github.com/18F/guides-template/pull/81#issuecomment-204175269
gem 'guides_style_18f', '0.4.3'
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -6,7 +6,7 @@ GEM
go_script (0.1.9)
bundler (~> 1.10)
safe_yaml (~> 1.0)
guides_style_18f (0.4.4)
guides_style_18f (0.4.3)
jekyll
jekyll_pages_api
jekyll_pages_api_search
Expand Down Expand Up @@ -51,7 +51,7 @@ PLATFORMS

DEPENDENCIES
go_script
guides_style_18f
guides_style_18f (= 0.4.3)
jekyll
redcarpet
rouge
Expand Down

0 comments on commit 34aea2c

Please sign in to comment.