Gemfile.lock in rorschart-0.19.2 vs Gemfile.lock in rorschart-0.20.0
- old
+ new
@@ -1,45 +1,48 @@
PATH
remote: .
specs:
- rorschart (0.17.0)
+ rorschart (0.20.0)
+ activerecord4-redshift-adapter (~> 0.2.0)
GEM
remote: https://rubygems.org/
specs:
- activemodel (4.0.2)
- activesupport (= 4.0.2)
- builder (~> 3.1.0)
- activerecord (4.0.2)
- activemodel (= 4.0.2)
- activerecord-deprecated_finders (~> 1.0.2)
- activesupport (= 4.0.2)
- arel (~> 4.0.0)
- activerecord-deprecated_finders (1.0.3)
- activesupport (4.0.2)
- i18n (~> 0.6, >= 0.6.4)
- minitest (~> 4.2)
- multi_json (~> 1.3)
+ activemodel (4.2.9)
+ activesupport (= 4.2.9)
+ builder (~> 3.1)
+ activerecord (4.2.9)
+ activemodel (= 4.2.9)
+ activesupport (= 4.2.9)
+ arel (~> 6.0)
+ activerecord4-redshift-adapter (0.2.1)
+ activerecord (~> 4.2.0)
+ pg
+ activesupport (4.2.9)
+ i18n (~> 0.7)
+ minitest (~> 5.1)
+ thread_safe (~> 0.3, >= 0.3.4)
+ tzinfo (~> 1.1)
+ arel (6.0.4)
+ builder (3.2.3)
+ i18n (0.8.6)
+ minitest (5.10.3)
+ pg (0.21.0)
+ rake (12.1.0)
+ sqlite3 (1.3.13)
+ thread_safe (0.3.6)
+ tzinfo (1.2.3)
thread_safe (~> 0.1)
- tzinfo (~> 0.3.37)
- arel (4.0.1)
- atomic (1.1.14)
- builder (3.1.4)
- i18n (0.6.9)
- minitest (4.7.5)
- multi_json (1.8.4)
- rake (10.1.0)
- sqlite3 (1.3.8)
- thread_safe (0.1.3)
- atomic
- tzinfo (0.3.38)
PLATFORMS
ruby
DEPENDENCIES
- activerecord
+ activerecord (~> 4.2.0)
bundler (~> 1.3)
minitest
rake
rorschart!
sqlite3
+
+BUNDLED WITH
+ 1.13.6