Skip to content

Commit

Permalink
Release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bibendi committed Aug 3, 2021
1 parent cd6f0f3 commit f74e124
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
.pry_history
.rspec_status
Gemfile.lock
lefthook-local.yml
1 change: 1 addition & 0 deletions dip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ interaction:
command: bundle exec standardrb

provision:
- cp -f lefthook-local.dip_example.yml lefthook-local.yml
- dip compose down --volumes
- rm -f Gemfile.lock gemfiles/*
- dip bundle install
Expand Down
2 changes: 1 addition & 1 deletion lib/active_record/postgres_enum/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ActiveRecord
module PostgresEnum
VERSION = "1.6.0"
VERSION = "1.6.1"
end
end

0 comments on commit f74e124

Please sign in to comment.