Skip to content

Commit

Permalink
Tighten up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcolvar committed Mar 25, 2019
1 parent ff72564 commit dfd13e3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,3 @@ end
if !ENV['RAILS_VERSION'] || ENV['RAILS_VERSION'] =~ /^5.0/
gem 'rails-controller-testing'
end

if ENV['RAILS_VERSION'] =~ /^5\.[0,1]/
gem 'active-fedora', '~> 12.0', '< 12.1'
end
3 changes: 1 addition & 2 deletions hydra-editor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ Gem::Specification.new do |s|
s.add_dependency "almond-rails", '~> 0.1'
s.add_dependency "cancancan", "~> 1.8"
s.add_dependency "rails", ">= 5", "< 6"
s.add_dependency "simple_form", '>= 3.5.0'
s.add_dependency "simple_form", '~> 4.1.0'
s.add_dependency 'sprockets-es6'
s.add_dependency 'thor', '~> 0.19'

s.add_development_dependency "capybara", '~> 2.4'
s.add_development_dependency "coveralls", '~> 0.8'
s.add_development_dependency "devise", '~> 4.0'
s.add_development_dependency "engine_cart", '~> 2.0'
s.add_development_dependency 'factory_bot_rails', '~> 4.8'
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
ENV['RAILS_ENV'] ||= 'test'
require "simplecov"
require "coveralls"

SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new(
[
Expand Down

0 comments on commit dfd13e3

Please sign in to comment.