mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 00:51:03 +08:00
12 lines
189 B
Ruby
12 lines
189 B
Ruby
|
source 'https://rubygems.org'
|
||
|
|
||
|
group :test do
|
||
|
gem 'rails'
|
||
|
gem 'rspec'
|
||
|
gem 'activerecord'
|
||
|
gem 'sqlite3'
|
||
|
end
|
||
|
|
||
|
# Specify your gem's dependencies in rails_multisite.gemspec
|
||
|
gemspec
|