Commit e569b6b02ef209721568930ccd82c01b4fea0676

Authored by Andrew Kane
1 parent d20ed158

Updated gemfile to fix failing tests

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
Gemfile
... ... @@ -4,6 +4,6 @@ source 'https://rubygems.org'
4 4 gemspec
5 5  
6 6 gem "sqlite3"
7   -gem "activerecord"
  7 +gem "activerecord", ">= 3.1"
8 8 # gem "activerecord", "~> 3.2.0"
9 9 # gem "activerecord", "~> 3.1.0"
... ...