-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We had two bugs with the audited gem, and I've opened PRs for both of them: collectiveidea/audited#522 collectiveidea/audited#523 In the meantime, while we're waiting for them to hopefully be approved and merged, I have created my own fork with a branch that has both of those changes in. This means that we no longer need the monkey pathes in the dwelling and development models. Also update the specs to reflect the new, fixed error messages.
- Loading branch information
Showing
8 changed files
with
14 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ gem 'devise' | |
|
||
gem 'aasm' | ||
|
||
gem 'audited' | ||
gem 'audited', git: '[email protected]:james/audited.git', branch: 'southwark' | ||
|
||
# Used by seeds.rb | ||
gem 'faker', git: 'https://github.com/faker-ruby/faker.git', branch: 'master' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
GIT | ||
remote: [email protected]:james/audited.git | ||
revision: dc144779bff52561f18968f1ca2a9d3eff20d6c0 | ||
branch: southwark | ||
specs: | ||
audited (4.9.0) | ||
activerecord (>= 4.2, < 6.1) | ||
|
||
GIT | ||
remote: https://github.com/faker-ruby/faker.git | ||
revision: 4ba30fb28072e942420ebf2d58da73969ae6159b | ||
|
@@ -69,8 +77,6 @@ GEM | |
addressable (2.7.0) | ||
public_suffix (>= 2.0.2, < 5.0) | ||
ast (2.4.0) | ||
audited (4.9.0) | ||
activerecord (>= 4.2, < 6.1) | ||
bcrypt (3.1.13) | ||
bindex (0.8.1) | ||
bootsnap (1.4.5) | ||
|
@@ -291,7 +297,7 @@ PLATFORMS | |
|
||
DEPENDENCIES | ||
aasm | ||
audited | ||
audited! | ||
bootsnap (>= 1.4.2) | ||
byebug | ||
capybara (>= 2.15) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters