Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency updates #1149

Merged
merged 6 commits into from
Feb 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ group :development, :test do
gem 'eslintrb'
gem 'test-unit'
gem 'json-schema'
gem "webrick", "~> 1.7"
gem 'webrick'
end
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GEM
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
afm (0.2.2)
async (2.8.1)
async (2.8.2)
console (~> 1.10)
fiber-annotation
io-event (~> 1.1)
Expand Down Expand Up @@ -56,7 +56,7 @@ GEM
http_parser.rb (0.8.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-event (1.4.3)
io-event (1.4.4)
jekyll (3.9.5)
addressable (~> 2.4)
colorator (~> 1.0)
Expand Down Expand Up @@ -85,12 +85,12 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.8.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
multi_json (1.15.0)
nokogiri (1.16.2-x86_64-linux)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
Expand All @@ -117,7 +117,7 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
test-unit (3.6.1)
test-unit (3.6.2)
power_assert
timers (4.3.5)
ttfunk (1.7.0)
Expand All @@ -128,6 +128,8 @@ GEM
zeitwerk (2.6.13)

PLATFORMS
ruby
arm64-darwin-22
x86_64-linux

DEPENDENCIES
Expand All @@ -141,7 +143,7 @@ DEPENDENCIES
kramdown-parser-gfm
rake
test-unit
webrick (~> 1.7)
webrick

BUNDLED WITH
2.3.26
18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,21 @@
# Open GSA Redesign

Open.gsa.gov is the current developer portal for all GSA data, APIs, and code open to the public. This repo is where we will be managing development of the redesign of this portal.
Open.gsa.gov is the current developer portal for all GSA data, APIs, and code open to the public. This repo is where we will be managing development of this portal.

This particular site is made for use with the [Federalist](https://github.com/18f/federalist) in mind.
This particular site is made for use with [cloud.gov Pages](https://cloud.gov/pages) in mind.

See the [wiki](https://github.com/GSA/open-gsa-redesign/wiki) for more info related to this site including a product roadmap, personas, and guides.

## Running locally

This site is built using Jekyll for the file framework.
This is a statically generated site built using Jekyll.

### Before you start

You will need to have the following installed on your machine before following the commands below:
You will need to have the following installed on your machine:

* Ruby v2.2.2+, [Installation guides](https://www.ruby-lang.org/en/documentation/installation/)
* Bundler v1.12.3+, [Installation guides](http://bundler.io/v1.13/guides/using_bundler_in_application.html#getting-started---installing-bundler-and-bundle-init)

### Basic setup

1. Install Bundler `gem install bundler` and then install Jekyll and all dependencies `bundle install`.
2. Fork this repo.
2. Clone the repo you just forked.
* Ruby 3 (see the `.ruby-version` file for the current version this project uses)
* Bundler

### Running Jekyll

Expand Down
Loading
Loading