Skip to content

Commit

Permalink
Add gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
robertomiranda committed Jun 7, 2019
1 parent b11dcb7 commit e96eb96
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ test/tmp
test/version_tmp
tmp
.ruby-version
gemfiles/*.lock
7 changes: 7 additions & 0 deletions gemfiles/rails_4.2.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "activemodel", "~> 4.2"

gemspec path: "../"
8 changes: 8 additions & 0 deletions gemfiles/rails_5.0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "activemodel", "~> 5.0"
gem "activemodel-serializers-xml"

gemspec path: "../"
8 changes: 8 additions & 0 deletions gemfiles/rails_5.1.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "activemodel", "~> 5.1"
gem "activemodel-serializers-xml"

gemspec path: "../"
8 changes: 8 additions & 0 deletions gemfiles/rails_5.2.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "activemodel", "~> 5.2"
gem "activemodel-serializers-xml"

gemspec path: "../"
9 changes: 9 additions & 0 deletions gemfiles/rails_6.0.0.rc1.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "activemodel", "6.0.0.rc1"
gem "activemodel-serializers-xml"
gem "sqlite3", "~> 1.4"

gemspec path: "../"

0 comments on commit e96eb96

Please sign in to comment.