Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Jul 18, 2020
1 parent 171ec8c commit f0cfc54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,3 @@ group :test do
gem 'rails-controller-testing'
gem 'rspec_junit_formatter'
end

gem 'enju_seed', github: 'next-l/enju_seed', branch: '1.3'
2 changes: 1 addition & 1 deletion enju_grid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib,vendor}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"]
s.test_files = Dir["spec/**/*"] - Dir["spec/dummy/{log,solr,tmp}/**/*"] - Dir["spec/dummy/db/*.sqlite3"]

s.add_dependency "enju_leaf", "~> 1.3.4.rc.2"
s.add_dependency "enju_leaf", "~> 1.3.4"

s.add_development_dependency "enju_manifestation_viewer", "~> 0.3.4"
s.add_development_dependency "enju_circulation", "~> 0.3.8"
Expand Down

0 comments on commit f0cfc54

Please sign in to comment.