aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 4e1bd1325e..59f8771a0b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -25,8 +25,6 @@ gem "memcache-client", ">= 1.8.5"
# AM
gem "text-format", "~> 1.0.0"
-gem "weakling", :git => "git://github.com/swistak/weakling.git"
-
platforms :mri_18 do
gem "system_timer"
gem "ruby-debug", ">= 0.10.3"
@@ -55,6 +53,7 @@ end
platforms :jruby do
gem "ruby-debug", ">= 0.10.3"
+ gem "weakling", :git => "git://github.com/headius/weakling.git"
gem "activerecord-jdbcsqlite3-adapter"