Skip to content

Commit

Permalink
update Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Aug 12, 2016
1 parent ed51d38 commit 3f14336
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ gemspec
# your gemspec. These might include edge Rails or gems from your path or
# Git. Remember to move these dependencies to your gemspec before releasing
# your gem to rubygems.org.
gem 'enju_leaf', github: 'next-l/enju_leaf', branch: '1.2'
gem 'enju_seed', github: 'next-l/enju_seed', branch: '1.2'

# To use debugger
# gem 'debugger'
3 changes: 1 addition & 2 deletions enju_inter_library_loan.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ Gem::Specification.new do |s|

s.add_dependency "enju_leaf", "~> 1.2.0.beta.1"
s.add_dependency "enju_biblio", "~> 0.2.0.beta.1"
s.add_dependency "enju_library", "~> 0.2.0.beta.1"
s.add_dependency "enju_manifestation_viewer", "~> 0.2.0.beta.1"
s.add_dependency "enju_library", "~> 0.2.0.beta.2"
s.add_dependency "statesman", "~> 1.3"

s.add_development_dependency "sqlite3"
Expand Down
3 changes: 1 addition & 2 deletions spec/dummy/app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
class ApplicationController < ActionController::Base
protect_from_forgery
include EnjuLeaf::Controller
include EnjuBiblio::Controller
include EnjuLibrary::Controller
include EnjuBiblio::Controller
after_action :verify_authorized

include Pundit
Expand Down
3 changes: 2 additions & 1 deletion spec/dummy/db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 20151213072705) do
ActiveRecord::Schema.define(version: 20160703190932) do

create_table "accepts", force: :cascade do |t|
t.integer "basket_id"
Expand Down Expand Up @@ -466,6 +466,7 @@
t.integer "inter_library_loan_id"
t.datetime "created_at"
t.datetime "updated_at"
t.boolean "most_recent"
end

add_index "inter_library_loan_transitions", ["inter_library_loan_id"], name: "index_inter_library_loan_transitions_on_inter_library_loan_id"
Expand Down

0 comments on commit 3f14336

Please sign in to comment.