mirror of
https://github.com/github/rails.git
synced 2026-01-10 07:07:54 -05:00
Weakling is only required for JRuby.
This commit is contained in:
3
Gemfile
3
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"
|
||||
|
||||
|
||||
@@ -32,7 +32,6 @@ require 'active_support'
|
||||
require 'active_support/i18n'
|
||||
require 'active_model'
|
||||
require 'arel'
|
||||
require 'weakling'
|
||||
|
||||
require 'active_record/version'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user