Skip to content

Commit

Permalink
Merge pull request #1478 from 18F/develop
Browse files Browse the repository at this point in the history
[Feature] Add NLM subagency -- Staging
  • Loading branch information
levinmr authored Jan 7, 2025
2 parents 2e1118b + 40be262 commit 0736ebc
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.4
3.3.6
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

ruby '3.1.4'
ruby '3.3.6'

gem 'jekyll', '~> 4.3.3'
gem 'kramdown-parser-gfm'
Expand Down
13 changes: 9 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,12 @@ GEM
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-embedded (1.79.6)
sass-embedded (1.79.6-arm64-darwin)
google-protobuf (~> 4.27)
sass-embedded (1.79.6-x86_64-darwin)
google-protobuf (~> 4.27)
sass-embedded (1.79.6-x86_64-linux-gnu)
google-protobuf (~> 4.27)
rake (>= 13)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
Expand Down Expand Up @@ -138,14 +141,16 @@ CHECKSUMS
rouge (4.5.1) sha256=2ac81c6dee7019bbc6600d4c2d641d730d65c165941400ebd924259067e690dd
safe_yaml (1.0.5) sha256=a6ac2d64b7eb027bdeeca1851fe7e7af0d668e133e8a88066a0c6f7087d9f848
sass (3.7.4) sha256=808b0d39053aa69068df939e24671fe84fd5a9d3314486e1a1457d0934a4255d
sass-embedded (1.79.6) sha256=9e4b185c1cb3548223e6ff65c6e0b65c065cd88ee4c8c50196413acba716263d
sass-embedded (1.79.6-arm64-darwin) sha256=ad9dd347357252f37b317bca4ddb8be944cf54f8bbb61a85851791ecf336cf2e
sass-embedded (1.79.6-x86_64-darwin) sha256=deee8f583ea1cbe0265dfd94f26d1710e65385519cd6a3c3884dba4a0f285809
sass-embedded (1.79.6-x86_64-linux-gnu) sha256=a6fcd4d168b6d74fa8775e95e531aa53287ace1a03bf59769e78d0318ce2651f
sass-listen (4.0.0) sha256=ae9dcb76dd3e234329e5ba6e213f48e532c5a3e7b0b4d8a87f13aaca0cc18377
terminal-table (3.0.2) sha256=f951b6af5f3e00203fb290a669e0a85c5dd5b051b3b023392ccfd67ba5abae91
unicode-display_width (2.6.0) sha256=12279874bba6d5e4d2728cef814b19197dbb10d7a7837a869bab65da943b7f5a
webrick (1.9.1) sha256=b42d3c94f166f3fb73d87e9b359def9b5836c426fc8beacf38f2184a21b2a989

RUBY VERSION
ruby 3.1.4p223
ruby 3.3.6p108

BUNDLED WITH
2.6.2
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Additional repositories are:

### Prerequisites

* [Ruby 3.1.4](https://www.ruby-lang.org/en/)
* [NodeJS 20.x.x](https://nodejs.org/en)
* [Ruby 3.3.6](https://www.ruby-lang.org/en/)
* [NodeJS 22.x.x](https://nodejs.org/en)

Install ruby and node libraries before attempting to run other development
commands:
Expand Down
9 changes: 9 additions & 0 deletions _data/agencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,15 @@
],
"api_v1": true
},
{
"name": "National Library of Medicine",
"slug": "national-library-medicine",
"redirect_from": [
"nlm"
],
"parent": "health-human-services",
"api_v1": false
},
{
"name": "Department of Homeland Security",
"slug": "homeland-security",
Expand Down

0 comments on commit 0736ebc

Please sign in to comment.