Skip to content

Commit

Permalink
http to https
Browse files Browse the repository at this point in the history
  • Loading branch information
egreer committed Nov 26, 2024
1 parent a4b8d38 commit 392c411
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ It is recommended to use the provided `docker-compose` environment for developme

### Tests

Tests are written using [RSpec](http://rspec.info/) and are setup to use [Appraisal](https://github.com/thoughtbot/appraisal) to run tests over multiple rails versions.
Tests are written using [RSpec](https://rspec.info/) and are setup to use [Appraisal](https://github.com/thoughtbot/appraisal) to run tests over multiple rails versions.

$ bin/run_tests
or for individual tests:
Expand Down
4 changes: 2 additions & 2 deletions phi_attrs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ Gem::Specification.new do |spec|
spec.email = ['[email protected]']

spec.summary = 'PHI Access Restriction & Logging for Rails ActiveRecord'
spec.homepage = 'http://www.apsis.io'
spec.homepage = 'https://www.apsis.io'
spec.license = 'MIT'
spec.post_install_message = '
Thank you for installing phi_attrs! By installing this gem,
you acknowledge and agree to the disclaimer as provided in the
DISCLAIMER.txt file.
For full details, see: https://github.com/apsislabs/phi_attrs/blob/master/DISCLAIMER.txt
For full details, see: https://github.com/apsislabs/phi_attrs/blob/main/DISCLAIMER.txt
'

spec.required_ruby_version = '>= 2.7.0'
Expand Down

0 comments on commit 392c411

Please sign in to comment.