Skip to content

Commit

Permalink
update gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
derek-schaefer committed Nov 10, 2017
1 parent 1fbec81 commit fabc237
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
virtus_model (0.2.8)
virtus_model (0.2.9)
activemodel (~> 4.2)
activesupport (~> 4.2)
virtus (~> 1.0)
Expand Down Expand Up @@ -81,4 +81,4 @@ DEPENDENCIES
virtus_model!

BUNDLED WITH
1.15.3
1.16.0
2 changes: 1 addition & 1 deletion lib/virtus_model/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module VirtusModel
VERSION = '0.2.8'.freeze
VERSION = '0.2.9'.freeze
end

0 comments on commit fabc237

Please sign in to comment.