Skip to content

Commit

Permalink
Merge pull request #95 from uofa/LACR-65-SecurityCheck
Browse files Browse the repository at this point in the history
Lacr 65 security check
  • Loading branch information
Keith Lawrence authored Jan 27, 2021
2 parents 17ab576 + ca3d14e commit 7339112
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ src/log
src/log/*
postgres-data/*
.env
.ruby-version

8 changes: 5 additions & 3 deletions src/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -169,14 +169,15 @@ GEM
mimemagic (0.3.5)
mini_magick (4.10.1)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
mini_portile2 (2.5.0)
minitest (5.14.2)
multi_json (1.13.1)
multi_test (0.1.2)
multipart-post (2.0.0)
nio4r (2.5.4)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
oj (3.7.12)
orm_adapter (0.5.0)
pdf-core (0.7.0)
Expand All @@ -186,6 +187,7 @@ GEM
ttfunk (~> 1.5)
public_suffix (3.0.3)
puma (3.12.6)
racc (1.5.2)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down

0 comments on commit 7339112

Please sign in to comment.