Gemfile in stairwell-0.6.0 vs Gemfile in stairwell-0.6.1
- old
+ new
@@ -2,5 +2,9 @@
source 'https://rubygems.org'
# Specify your gem's dependencies in stairwell.gemspec
gemspec
+
+group :development, :test do
+ gem 'sqlite3'
+end
- old
+ new