Disable Rails and dependencies
authorLuis Lavena <luislavena@gmail.com>
Wed, 20 Aug 2014 22:24:28 +0000 (19:24 -0300)
committerLuis Lavena <luislavena@gmail.com>
Wed, 20 Aug 2014 22:24:28 +0000 (19:24 -0300)
This app is broken for a bit, so cannot be tested.

Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index c3538a0fe10ca192583bcb76c8bd58b7633cf0a5..2d849c2339c61f637b46d2a157df09bfa8d9f1af 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -20,10 +20,10 @@ gem "sinatra"
 gem "mustermann",   git: "https://github.com/rkh/mustermann.git",          branch: "master"
 gem "gin"
 
-# rails
-gem "actionpack", "~> 4.0.4"
-gem "railties",   "~> 4.0.4"
-gem "tzinfo"
+# FIXME: rails
+gem "actionpack", "~> 4.0.4"
+gem "railties",   "~> 4.0.4"
+gem "tzinfo"
 
 # debugging
 gem "allocation_stats"
index d79b3d9be75e288f4f986e8fac916be29c346165..08cd44c90c32321060e129d3d90833c6584095c0 100644 (file)
@@ -110,11 +110,6 @@ GEM
       rack
     rack-test (0.6.2)
       rack (>= 1.0)
-    railties (4.0.8)
-      actionpack (= 4.0.8)
-      activesupport (= 4.0.8)
-      rake (>= 0.8.7)
-      thor (>= 0.18.1, < 2.0)
     rake (10.3.2)
     ramaze (2012.12.08)
       innate (>= 2012.12)
@@ -125,7 +120,6 @@ GEM
       rack (~> 1.4)
       rack-protection (~> 1.4)
       tilt (~> 1.3, >= 1.3.4)
-    thor (0.19.1)
     thread_safe (0.3.4)
     tilt (1.4.1)
     tool (0.2.2)
@@ -137,7 +131,6 @@ PLATFORMS
   ruby
 
 DEPENDENCIES
-  actionpack (~> 4.0.4)
   allocation_stats
   brooklyn!
   cuba
@@ -148,10 +141,8 @@ DEPENDENCIES
   nancy!
   nyny
   puma (~> 2.9)
-  railties (~> 4.0.4)
   ramaze
   rambutan
   roda!
   scorched!
   sinatra
-  tzinfo