Skip to content

Commit

Permalink
testig
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Okamoto committed Jul 2, 2019
1 parent 98db949 commit f29c090
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Appraisals
Expand Up @@ -7,3 +7,8 @@ appraise 'rails-4' do
gem 'rails', '~> 4.0'
gem 'mongoid', '~> 4'
end

appraise 'rails-5' do
gem 'rails', '~> 5.0'
gem 'mongoid', '~> 6'
end
2 changes: 1 addition & 1 deletion gemfiles/rails_5.gemfile
Expand Up @@ -6,6 +6,6 @@ gem "jquery-rails"
gem "responders"
gem "test-unit", "~> 3.0"
gem "rails", "~> 5.0"
gem "mongoid", "~> 5"
gem "mongoid", "~> 6"

gemspec path: "../"
2 changes: 1 addition & 1 deletion re_track.gemspec
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']

s.add_runtime_dependency 'rails'
s.add_runtime_dependency 'mongoid', '>= 3'
s.add_runtime_dependency 'mongoid', '>= 6'
s.add_runtime_dependency 'activesupport'

s.add_development_dependency 'rspec-rails'
Expand Down

0 comments on commit f29c090

Please sign in to comment.