Skip to content

Commit

Permalink
set up rundoc environment
Browse files Browse the repository at this point in the history
  • Loading branch information
lilacstella committed Jul 19, 2024
1 parent afcaace commit 5469ac7
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .rundoc-workspace/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# frozen_string_literal: true

source "https://rubygems.org"
ruby "3.3.2"

gem 'rundoc', '~> 3.0'
94 changes: 94 additions & 0 deletions .rundoc-workspace/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
aws-eventstream (1.3.0)
aws-partitions (1.956.0)
aws-sdk-core (3.201.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.88.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.156.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.8.0)
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.2.0)
capybara (3.40.0)
addressable
matrix
mini_mime (>= 0.1.3)
nokogiri (~> 1.11)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
dotenv (3.1.2)
jmespath (1.6.2)
logger (1.6.0)
matrix (0.4.2)
mini_mime (1.1.5)
nokogiri (1.16.6-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.6-arm-linux)
racc (~> 1.4)
nokogiri (1.16.6-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86-linux)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-linux)
racc (~> 1.4)
parslet (2.0.0)
public_suffix (6.0.0)
racc (1.8.0)
rack (3.1.7)
rack-test (2.1.0)
rack (>= 1.3)
regexp_parser (2.9.2)
rexml (3.3.2)
strscan
rubyzip (2.3.2)
rundoc (3.0.0)
aws-sdk-s3 (~> 1)
base64 (~> 0)
capybara (~> 3)
dotenv
parslet (~> 2)
selenium-webdriver (~> 4)
thor
selenium-webdriver (4.22.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
strscan (3.1.0)
thor (1.3.1)
websocket (1.2.11)
xpath (3.2.0)
nokogiri (~> 1.8)

PLATFORMS
aarch64-linux
arm-linux
arm64-darwin
x86-linux
x86_64-darwin
x86_64-linux

DEPENDENCIES
rundoc (~> 3.0)

RUBY VERSION
ruby 3.3.2p78

BUNDLED WITH
2.5.11

0 comments on commit 5469ac7

Please sign in to comment.