Skip to content

Commit

Permalink
Add Gemfile to facilitate local testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jvendetti committed Nov 30, 2021
1 parent 406eff3 commit 0250f1d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

.DS_Store
administration.bbprojectd/jgraybeal.bbprojectsettings
*.bbprojectdata
administration.bbprojectd/Scratchpad.txt
administration.bbprojectd/Unix Worksheet.worksheet

# Ruby
Gemfile.lock
16 changes: 16 additions & 0 deletions docs/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
source "https://rubygems.org"

gem "github-pages", "~> 219", group: :jekyll_plugins

group :jekyll_plugins do
end

# Windows and JRuby don't include zoneinfo files, so bundle the tzinfo-data gem and associated library.
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", "~> 1.2"
gem "tzinfo-data"
end

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]

0 comments on commit 0250f1d

Please sign in to comment.