mirror of
https://github.com/kemko/paperclip.git
synced 2026-01-01 16:05:40 +03:00
Make test run, use appraisal, cleanup
This commit is contained in:
15
gemfiles/rails_40.gemfile
Normal file
15
gemfiles/rails_40.gemfile
Normal file
@@ -0,0 +1,15 @@
|
||||
# This file was generated by Appraisal
|
||||
|
||||
source "http://rubygems.org"
|
||||
|
||||
gem "appraisal"
|
||||
gem "fastimage"
|
||||
gem "sqlite3"
|
||||
gem "test-unit"
|
||||
gem "thoughtbot-shoulda", ">= 2.9.0"
|
||||
gem "mocha"
|
||||
gem "pry"
|
||||
gem "pry-byebug"
|
||||
gem "rails", "~> 4.0.0"
|
||||
|
||||
gemspec path: "../"
|
||||
15
gemfiles/rails_41.gemfile
Normal file
15
gemfiles/rails_41.gemfile
Normal file
@@ -0,0 +1,15 @@
|
||||
# This file was generated by Appraisal
|
||||
|
||||
source "http://rubygems.org"
|
||||
|
||||
gem "appraisal"
|
||||
gem "fastimage"
|
||||
gem "sqlite3"
|
||||
gem "test-unit"
|
||||
gem "thoughtbot-shoulda", ">= 2.9.0"
|
||||
gem "mocha"
|
||||
gem "pry"
|
||||
gem "pry-byebug"
|
||||
gem "rails", "~> 4.1.0"
|
||||
|
||||
gemspec path: "../"
|
||||
15
gemfiles/rails_42.gemfile
Normal file
15
gemfiles/rails_42.gemfile
Normal file
@@ -0,0 +1,15 @@
|
||||
# This file was generated by Appraisal
|
||||
|
||||
source "http://rubygems.org"
|
||||
|
||||
gem "appraisal"
|
||||
gem "fastimage"
|
||||
gem "sqlite3"
|
||||
gem "test-unit"
|
||||
gem "thoughtbot-shoulda", ">= 2.9.0"
|
||||
gem "mocha"
|
||||
gem "pry"
|
||||
gem "pry-byebug"
|
||||
gem "rails", "~> 4.2.0"
|
||||
|
||||
gemspec path: "../"
|
||||
15
gemfiles/rails_5.gemfile
Normal file
15
gemfiles/rails_5.gemfile
Normal file
@@ -0,0 +1,15 @@
|
||||
# This file was generated by Appraisal
|
||||
|
||||
source "http://rubygems.org"
|
||||
|
||||
gem "appraisal"
|
||||
gem "fastimage"
|
||||
gem "sqlite3"
|
||||
gem "test-unit"
|
||||
gem "thoughtbot-shoulda", ">= 2.9.0"
|
||||
gem "mocha"
|
||||
gem "pry"
|
||||
gem "pry-byebug"
|
||||
gem "rails", "~> 5.2.0"
|
||||
|
||||
gemspec path: "../"
|
||||
Reference in New Issue
Block a user