Skip to content

Commit

Permalink
Change from previous Gemfile to match production gem versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsalminen committed Feb 6, 2013
1 parent 0a8814b commit 9706de0
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 @@ -10,7 +10,7 @@ gem 'nokogiri', '1.4.4'
gem 'haml-rails', '0.3.4'
gem 'will_paginate'
gem 'pg_search', '0.2'
gem 'highlight', '1.1.3'
gem 'highlight', '1.1.2'
gem 'RedCloth', '4.2.3'
gem 'coderay', '0.9.7'

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ GEM
activesupport (~> 3.0)
haml (~> 3.0)
railties (~> 3.0)
highlight (1.1.3)
highlight (1.1.2)
activesupport (>= 2.0.0)
i18n (0.5.0)
json (1.7.6)
Expand Down Expand Up @@ -75,7 +75,7 @@ GEM
rdoc (~> 3.4)
thor (~> 0.14.4)
rake (10.0.3)
rdoc (3.12)
rdoc (3.12.1)
json (~> 1.4)
rspec (2.4.0)
rspec-core (~> 2.4.0)
Expand Down Expand Up @@ -104,7 +104,7 @@ DEPENDENCIES
RedCloth (= 4.2.3)
coderay (= 0.9.7)
haml-rails (= 0.3.4)
highlight (= 1.1.3)
highlight (= 1.1.2)
nokogiri (= 1.4.4)
pg (= 0.10.0)
pg_search (= 0.2)
Expand Down

0 comments on commit 9706de0

Please sign in to comment.