1
0
Fork 0
advent-of-code-2024/Gemfile

6 lines
70 B
Text
Raw Permalink Normal View History

2024-12-02 21:38:11 -05:00
source "https://rubygems.org"
2024-12-10 19:45:42 -05:00
gem "nokogiri"
2024-12-02 21:38:11 -05:00
gem "rspec"
2024-12-10 19:45:42 -05:00
gem "watir"