Skip to content

Commit

Permalink
[dist] update to current gems (I need xmlhash 1.3.2 fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo committed Nov 6, 2012
1 parent 7a8cb4c commit e7f053b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions src/api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ GEM
treetop (~> 1.4.8)
memcache-client (1.8.5)
mime-types (1.19)
minitest (4.1.0)
multi_json (1.3.6)
minitest (4.2.0)
multi_json (1.3.7)
multipart-post (1.1.5)
mysql2 (0.3.11)
nokogiri (1.5.5)
Expand Down Expand Up @@ -115,8 +115,8 @@ GEM
eventmachine (>= 0.12.8)
http_parser.rb (~> 0.5.1)
simple_oauth (~> 0.1.4)
tzinfo (0.3.34)
xmlhash (1.3.1)
tzinfo (0.3.35)
xmlhash (1.3.2)
pkg-config
yajl-ruby (1.1.0)

Expand Down
16 changes: 8 additions & 8 deletions src/webui-testsuite/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ GEM
ffi (~> 1.0, >= 1.0.6)
colored (1.2)
ffi (1.1.5)
flog (2.5.3)
ruby_parser (~> 2.0)
sexp_processor (~> 3.0)
flog (3.0.0)
ruby_parser (~> 3.0.0)
sexp_processor (~> 4.0)
headless (0.3.1)
libwebsocket (0.1.5)
addressable
multi_json (1.3.6)
ruby_parser (2.3.1)
sexp_processor (~> 3.0)
multi_json (1.3.7)
ruby_parser (3.0.1)
sexp_processor (~> 4.1)
rubyzip (0.9.9)
selenium-webdriver (2.25.0)
selenium-webdriver (2.26.0)
childprocess (>= 0.2.5)
libwebsocket (~> 0.1.3)
multi_json (~> 1.0)
rubyzip
sexp_processor (3.2.0)
sexp_processor (4.1.2)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion src/webui/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gem 'delayed_job_active_record'
gem 'exception_notification', '>=2.3'
gem 'yajl-ruby'
gem 'rdoc'
gem 'xmlhash', '>=1.3.0'
gem 'xmlhash', '>=1.3.2'
gem 'fast_xs'
gem 'memcache-client', :require => false
gem 'jquery-rails'
Expand Down
12 changes: 6 additions & 6 deletions src/webui/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ GEM
http_parser.rb (0.5.3)
i18n (0.6.1)
journey (1.0.4)
jquery-datatables-rails (1.11.1)
jquery-datatables-rails (1.11.2)
jquery-rails
jquery-rails (2.1.3)
railties (>= 3.1.0, < 5.0)
Expand All @@ -78,7 +78,7 @@ GEM
method_source (0.8.1)
mime-types (1.19)
mobileesp_converted (0.2.0)
multi_json (1.3.6)
multi_json (1.3.7)
multipart-post (1.1.5)
mysql2 (0.3.11)
nokogiri (1.5.5)
Expand Down Expand Up @@ -115,7 +115,7 @@ GEM
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
sass (3.2.1)
sass (3.2.2)
sass-rails (3.2.5)
railties (~> 3.2.0)
sass (>= 3.1.10)
Expand Down Expand Up @@ -152,15 +152,15 @@ GEM
eventmachine (>= 0.12.8)
http_parser.rb (~> 0.5.1)
simple_oauth (~> 0.1.4)
tzinfo (0.3.34)
tzinfo (0.3.35)
uglifier (1.3.0)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)
webrat (0.7.3)
nokogiri (>= 1.2.0)
rack (>= 1.0)
rack-test (>= 0.5.3)
xmlhash (1.3.1)
xmlhash (1.3.2)
pkg-config
yajl-ruby (1.1.0)

Expand Down Expand Up @@ -190,5 +190,5 @@ DEPENDENCIES
sqlite3
uglifier (>= 1.2.2)
webrat (>= 0.7.3)
xmlhash (>= 1.3.0)
xmlhash (>= 1.3.2)
yajl-ruby

0 comments on commit e7f053b

Please sign in to comment.