diff --git a/Gemfile.lock b/Gemfile.lock index dd24987..b5f3bf7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,20 +1,21 @@ PATH remote: . specs: - mailcatcher (0.5.1) + mailcatcher (0.5.4) activesupport (~> 3.0) eventmachine (~> 0.12) haml (~> 3.1) mail (~> 2.3) sinatra (~> 1.2) - skinny (~> 0.1) + skinny (~> 0.2) sqlite3 (~> 1.3) thin (~> 1.2) GEM remote: http://rubygems.org/ specs: - activesupport (3.0.9) + activesupport (3.1.3) + multi_json (~> 1.0) chunky_png (1.2.0) coffee-script (2.2.0) coffee-script-source @@ -40,34 +41,38 @@ GEM guard (>= 0.2.1) guard-ego (0.0.1) guard (>= 0.2.1) - haml (3.1.2) + haml (3.1.4) i18n (0.6.0) mail (2.3.0) i18n (>= 0.4.0) mime-types (~> 1.16) treetop (~> 1.4.8) - mime-types (1.16) + mime-types (1.17.2) multi_json (1.0.3) - polyglot (0.3.1) - rack (1.3.0) + polyglot (0.3.3) + rack (1.3.5) + rack-protection (1.1.4) + rack rake (0.8.7) rb-fsevent (0.4.0) rdoc (3.5.3) sass (3.1.1) - sinatra (1.2.6) - rack (~> 1.1) - tilt (< 2.0, >= 1.2.2) - skinny (0.1.2) - eventmachine - thin - sqlite3 (1.3.3) - thin (1.2.11) + sinatra (1.3.1) + rack (~> 1.3, >= 1.3.4) + rack-protection (~> 1.1, >= 1.1.2) + tilt (~> 1.3, >= 1.3.3) + skinny (0.2.0) + eventmachine (~> 0.12) + thin (~> 1.2) + sqlite3 (1.3.5) + thin (1.3.1) daemons (>= 1.0.9) eventmachine (>= 0.12.6) rack (>= 1.0.0) thor (0.14.6) - tilt (1.3.2) - treetop (1.4.9) + tilt (1.3.3) + treetop (1.4.10) + polyglot polyglot (>= 0.3.1) PLATFORMS diff --git a/VERSION b/VERSION index be14282..7d85683 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.3 +0.5.4