Commit 5ead18c1c4fdee8878d84d3c2ddf38f3cc8bc4a9

Authored by Steven Eksteen
1 parent 2755fbc7

Set a min required gem version for NoBrainer

The SQL test will fail with a lesser version as v0.19.0 adds the
ability to set the created_at and updated_at times
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
gemfiles/nobrainer.gemfile
... ... @@ -3,4 +3,4 @@ source 'https://rubygems.org'
3 3 # Specify your gem's dependencies in searchkick.gemspec
4 4 gemspec path: "../"
5 5  
6   -gem "nobrainer"
  6 +gem "nobrainer", ">= 0.19.0"
... ...