Gemfile in
community_engine-2.0.0.beta2
vs Gemfile in
community_engine-2.0.0.beta3
- old
+ new
@@ -1,3 +1,7 @@
source 'http://rubygems.org'
+group :test do
+ gem 'sqlite3'
+end
+
gemspec \ No newline at end of file