Skip to content

Commit

Permalink
Upgrading to querybuilder 1.2.4. Fixes #68 (errors with 'or' clause) …
Browse files Browse the repository at this point in the history
…by using unions.
  • Loading branch information
gaspard committed Dec 12, 2013
1 parent 5820b66 commit 89cb773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions History.txt
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/gems.yml
Expand Up @@ -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'
Expand Down

0 comments on commit 89cb773

Please sign in to comment.