mirror of
https://github.com/ticky/wayback-classic.git
synced 2026-02-19 15:13:55 -05:00
13 lines
209 B
Ruby
13 lines
209 B
Ruby
# frozen_string_literal: true
|
|
|
|
source 'https://rubygems.org'
|
|
|
|
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
|
|
|
|
gem 'capybara'
|
|
gem 'minitest'
|
|
gem 'rack'
|
|
gem 'rake'
|
|
gem 'vcr'
|
|
gem 'webmock'
|