Skip to content

Commit

Permalink
new bundler, moved update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster committed Feb 25, 2020
1 parent 78306d8 commit 0f475cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ All notable changes to this project will be documented in this file.

## [1.0.0] - 2020-02-18

### Migration from 0.2.0 to 1.0.0

Recreate audit_changes() function with new changes.

### Added

- rubocop
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ SomeOtherModel.with_current_user(current_user) do
end
```

## Migration from 0.2.0 to 1.0.0

Recreate audit_changes() function with new changes.

## Development

After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
Expand Down
2 changes: 1 addition & 1 deletion sequel-bulk-audit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "pg", ">= 0.17.0"
spec.add_dependency "sequel", ">= 4.0.0"

spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "bundler", "~> 2.1.4"
spec.add_development_dependency "pry", "~> 0.10"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.0"
Expand Down

0 comments on commit 0f475cd

Please sign in to comment.