mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-03-06 17:49:24 +00:00
8 lines
111 B
Ruby
8 lines
111 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'rails', '~> 4.2.7.1'
|
|
|
|
group :development, :test do
|
|
gem 'rspec-rails'
|
|
end
|