Gemfile in aureus-0.3.6 vs Gemfile in aureus-1.0.0
- old
+ new
@@ -1,2 +1,9 @@
source "http://rubygems.org"
-gemspec
+gemspec
+
+group :test do
+ gem "highline"
+ gem "rails"
+ gem "activerecord"
+ gem "sqlite3"
+end
\ No newline at end of file
- old
+ new