mirror of
https://github.com/kbparagua/paloma
synced 2023-03-27 23:21:17 -04:00
6 lines
119 B
Ruby
6 lines
119 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'selenium-webdriver'
|
|
gem 'jquery-turbolinks'
|
|
gem 'test-unit'
|
|
gemspec :path => '../'
|