diff --git a/History.txt b/History.txt index 194afb4e..8d10cae9 100644 --- a/History.txt +++ b/History.txt @@ -13,6 +13,7 @@ through 'auth_user'. * Created 'manager' user status: can edit users (only through 'auth'). <== TODO: Document * Created 'currency' brick to fetch openexchangerates.org exchange rates. <== TODO: Document + * Using latest querybuilder to support 'union' (fixes 'or clause' errors). * Minor changes * Fixed gemspec to not include TextMate helper and selenium plugin. diff --git a/config/gems.yml b/config/gems.yml index db771508..a7baaa67 100644 --- a/config/gems.yml +++ b/config/gems.yml @@ -18,7 +18,7 @@ gem_plugin: # upload progress simple_xlsx_writer: # spreadsheet lib: 'simple_xlsx' -querybuilder: '= 1.2.3' +querybuilder: '= 1.2.4' yamltest: '= 0.7.0' safe_yaml: '= 0.8.0' rubyless: '= 0.8.11'