lib/stasis.rb in stasis-0.1.11 vs lib/stasis.rb in stasis-0.1.12
- old
+ new
@@ -16,10 +16,10 @@
rescue Exception => e
end
# Activate the [Tilt][ti] gem.
-gem "tilt", "~> 1.3"
+gem "tilt", "~> 1.3.3"
# Add the project directory to the load paths.
$:.unshift File.dirname(__FILE__)