Skip to content

Commit

Permalink
updated gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Feb 12, 2015
1 parent aeab082 commit d8aca6a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion enju_news.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Gem::Specification.new do |s|
s.add_development_dependency "simplecov"
s.add_development_dependency "annotate"
s.add_development_dependency "sunspot-rails-tester"
s.add_development_dependency "enju_leaf", "~> 1.1.0.rc16"
s.add_development_dependency "enju_leaf", "~> 1.1.0.rc17"
end
3 changes: 0 additions & 3 deletions gemfiles/rails3_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,5 @@ gem "rails", "~> 3.2.21"
gem "jquery-rails"
gem "strong_parameters"
gem "coveralls", require: false
gem "enju_leaf", github: "next-l/enju_leaf", branch: "1.1"
gem "enju_biblio", github: "next-l/enju_biblio", branch: "1.1"
gem "enju_library", github: "next-l/enju_library", branch: "1.1"

gemspec path: "../"
3 changes: 0 additions & 3 deletions gemfiles/rails4_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@ source "https://rubygems.org"
gem "rails", "~> 4.1.9"
gem "jquery-rails"
gem "coveralls", require: false
gem "enju_leaf", github: "next-l/enju_leaf", branch: "1.1"
gem "enju_biblio", github: "next-l/enju_biblio", branch: "1.1"
gem "enju_library", github: "next-l/enju_library", branch: "1.1"

gemspec path: "../"
3 changes: 0 additions & 3 deletions gemfiles/rails4_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@ source "https://rubygems.org"
gem "rails", "~> 4.2.0"
gem "jquery-rails"
gem "coveralls", require: false
gem "enju_leaf", github: "next-l/enju_leaf", branch: "1.1"
gem "enju_biblio", github: "next-l/enju_biblio", branch: "1.1"
gem "enju_library", github: "next-l/enju_library", branch: "1.1"

gemspec path: "../"

0 comments on commit d8aca6a

Please sign in to comment.