mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Add rails3 Gemfile
Also point the main Gemfile to rails4
This commit is contained in:
parent
cf8b55ea01
commit
21bf1889be
2
Gemfile
2
Gemfile
@ -6,3 +6,5 @@ gemspec
|
||||
gem 'sqlite3'
|
||||
gem 'coveralls', :require => false
|
||||
gem 'simplecov', :require => false
|
||||
|
||||
gem 'rails', "~> 4.0.0"
|
||||
|
||||
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"
|
||||
Loading…
Reference in New Issue
Block a user