Skip to content

Commit

Permalink
[api,webui] update gems - xmlhash fix is important enough
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo committed Sep 27, 2012
1 parent 748cca1 commit fa9ed35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/api/Gemfile.lock
Expand Up @@ -99,7 +99,7 @@ GEM
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.33)
xmlhash (1.2.2)
xmlhash (1.2.4)
pkg-config
yajl-ruby (1.1.0)

Expand Down
2 changes: 1 addition & 1 deletion src/webui/Gemfile
Expand Up @@ -32,7 +32,7 @@ gem 'delayed_job_active_record'
gem 'exception_notification', '>=2.3'
gem 'yajl-ruby'
gem 'rdoc'
gem 'xmlhash', '>=1.2.1'
gem 'xmlhash', '>=1.2.4'
gem 'fast_xs'
gem 'memcache-client', :require => false
gem 'jquery-rails'
Expand Down
4 changes: 2 additions & 2 deletions src/webui/Gemfile.lock
Expand Up @@ -132,7 +132,7 @@ GEM
nokogiri (>= 1.2.0)
rack (>= 1.0)
rack-test (>= 0.5.3)
xmlhash (1.2.2)
xmlhash (1.2.4)
pkg-config
yajl-ruby (1.1.0)

Expand Down Expand Up @@ -160,5 +160,5 @@ DEPENDENCIES
sqlite3
uglifier (>= 1.2.2)
webrat (>= 0.7.3)
xmlhash (>= 1.2.1)
xmlhash (>= 1.2.4)
yajl-ruby

0 comments on commit fa9ed35

Please sign in to comment.