Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekEdwards committed Sep 18, 2020
1 parent 59600df commit 0252a42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gem 'active_record-acts_as', git: 'https://github.com/camsys/active_record-acts_

# To use debugger
# gem 'debugger'
gem 'transam_core', git: 'https://github.com/camsys/transam_core', branch: :quarter2
gem 'transam_core', git: 'https://github.com/camsys/transam_core', branch: :master
gem 'mysql2', "~> 0.5.1" # lock gem for dummy app
gem "capybara", '2.6.2' # lock gem for old capybara behavior on hidden element xpath
gem 'sass-rails'
Expand Down
1 change: 1 addition & 0 deletions app/models/concerns/transam_auditable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def check_for_audit_changes
end
self.has_audit_changes = audit_changed
return true

end

#-----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion lib/transam_audit/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TransamAudit
VERSION = "2.11.0-rc.X"
VERSION = "2.11.0"
end

0 comments on commit 0252a42

Please sign in to comment.