Skip to content

Commit

Permalink
Bump slimmer
Browse files Browse the repository at this point in the history
This fixes an issue with multiple breadcrumb entries in the template
  • Loading branch information
alext committed Aug 15, 2012
1 parent 993ac04 commit b768fb4
Show file tree
Hide file tree
Showing 2 changed files with 4 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
if ENV['SLIMMER_DEV']
gem 'slimmer', :path => '../slimmer'
else
gem 'slimmer', '~> 1.1'
gem 'slimmer', '1.2.3'
end

if ENV['GEO_DEV']
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ GEM
simplecov-html (0.5.3)
simplecov-rcov (0.2.3)
simplecov (>= 0.4.1)
slimmer (1.1.39)
gds-api-adapters (~> 0.0.33)
slimmer (1.2.3)
gds-api-adapters (>= 0.0.33, < 0.3.0)
json
nokogiri (~> 1.5.0)
null_logger
Expand Down Expand Up @@ -234,7 +234,7 @@ DEPENDENCIES
shoulda
simplecov
simplecov-rcov
slimmer (~> 1.1)
slimmer (= 1.2.3)
test-unit
therubyracer (~> 0.9.4)
uglifier
Expand Down

0 comments on commit b768fb4

Please sign in to comment.