talia_core 0.4.4 → 0.4.5
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION.yml +1 -1
- data/lib/talia_dependencies.rb +1 -1
- metadata +1 -1
data/VERSION.yml
CHANGED
data/lib/talia_dependencies.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
require File.dirname(__FILE__) + '/loader_helper'
|
3
3
|
|
4
4
|
# This is also needed for local loading
|
5
|
-
RAILS_GEM_VERSION = '2.3.
|
5
|
+
RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION
|
6
6
|
|
7
7
|
# Stuff we may need to load from sources/uninstalled versions
|
8
8
|
TLoad::require_module("assit", "assit", "/../../assit") unless(defined?(assit))
|