dummy/project/Gemfile.source in alfa-0.0.5.pre vs dummy/project/Gemfile.source in alfa-0.0.6.pre

- old
+ new

@@ -1,6 +1,11 @@ source 'https://rubygems.org' gem 'alfa', '#{ALFA_VERSION}' -# Using mysql2 as database adapter -gem 'mysql2', '~> 0.3' # 0.3.11 +# Use mysql2 as database adapter +gem 'mysql2', '~> 0.3', '>= 0.3.15' + +# Uncomment following gems if necessary: +# +# gem 'thin' +# gem 'redcarpet'