summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index e01634d..5be28ea 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
-gem 'rails', '3.2.8'
+gem 'rails', '3.2.12'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
@@ -42,3 +42,10 @@ gem 'capistrano'
# To use debugger
# gem 'ruby-debug'
+
+# allows static pages with .md
+gem 'markdown-rails'
+
+group :development do
+ gem 'thin'
+end \ No newline at end of file