Skip to content

Commit

Permalink
[all] updated required gems to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo committed Jul 15, 2012
1 parent c1cd877 commit cdb922a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions src/api/Gemfile.lock
Expand Up @@ -50,8 +50,8 @@ GEM
mime-types (~> 1.16)
treetop (~> 1.4.8)
memcache-client (1.8.5)
mime-types (1.18)
minitest (2.12.1)
mime-types (1.19)
minitest (3.2.0)
multi_json (1.3.6)
mysql2 (0.3.11)
nokogiri (1.5.5)
Expand Down Expand Up @@ -92,7 +92,7 @@ GEM
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
thor (0.15.3)
thor (0.15.4)
tilt (1.3.3)
treetop (1.4.10)
polyglot
Expand Down
2 changes: 1 addition & 1 deletion src/webui-testsuite/Gemfile.lock
Expand Up @@ -8,7 +8,7 @@ GEM
colored (1.2)
ffi (1.0.11)
headless (0.3.1)
libwebsocket (0.1.3)
libwebsocket (0.1.4)
addressable
multi_json (1.3.6)
rubyzip (0.9.9)
Expand Down
18 changes: 9 additions & 9 deletions src/webui/Gemfile.lock
Expand Up @@ -42,7 +42,7 @@ GEM
erubis (2.7.0)
exception_notification (2.6.1)
actionmailer (>= 3.0.4)
execjs (1.3.2)
execjs (1.4.0)
multi_json (~> 1.0)
fast_xs (0.8.0)
hike (1.2.1)
Expand All @@ -57,18 +57,18 @@ GEM
mime-types (~> 1.16)
treetop (~> 1.4.8)
memcache-client (1.8.5)
method_source (0.7.1)
mime-types (1.18)
method_source (0.8)
mime-types (1.19)
mobileesp_converted (0.2.0)
multi_json (1.3.6)
mysql2 (0.3.11)
nokogiri (1.5.5)
pkg-config (1.1.3)
polyglot (0.3.3)
pry (0.9.8.4)
pry (0.9.10)
coderay (~> 1.0.5)
method_source (~> 0.7.1)
slop (>= 2.4.4, < 3)
method_source (~> 0.8)
slop (~> 3.3.1)
rack (1.4.1)
rack-cache (1.2)
rack (>= 0.4)
Expand Down Expand Up @@ -100,19 +100,19 @@ GEM
simplecov-html (0.5.3)
simplecov-rcov (0.2.3)
simplecov (>= 0.4.1)
slop (2.4.4)
slop (3.3.2)
sprockets (2.1.3)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.6)
thor (0.15.3)
thor (0.15.4)
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.33)
uglifier (1.2.5)
uglifier (1.2.6)
execjs (>= 0.3.0)
multi_json (~> 1.3)
webrat (0.7.3)
Expand Down

0 comments on commit cdb922a

Please sign in to comment.