mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 15:23:06 +00:00
Add rails3 Gemfile
Also point the main Gemfile to rails4
This commit is contained in:
committed by
Santiago Pastorino
parent
cf8b55ea01
commit
21bf1889be
10
Gemfile.rails3
Normal file
10
Gemfile.rails3
Normal file
@@ -0,0 +1,10 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
# Specify gem dependencies in active_model_serializers.gemspec
|
||||
gemspec
|
||||
|
||||
gem 'sqlite3'
|
||||
gem 'coveralls', :require => false
|
||||
gem 'simplecov', :require => false
|
||||
|
||||
gem 'rails', "~> 3.2.15"
|
||||
Reference in New Issue
Block a user