diff --git a/Gemfile.lock b/Gemfile.lock index 5e870e6..837fca6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - table_saw (2.5.0) + table_saw (2.6.0) activerecord (>= 5.2) pg thor diff --git a/lib/table_saw/version.rb b/lib/table_saw/version.rb index 9e817d3..2c11945 100644 --- a/lib/table_saw/version.rb +++ b/lib/table_saw/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module TableSaw - VERSION = '2.5.0' + VERSION = '2.6.0' end