Skip to content

Commit

Permalink
update gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed May 5, 2017
1 parent 5176996 commit 4fbfc85
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion enju_purchase_request.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|

s.add_dependency "enju_bookmark", "~> 0.2.0"

s.add_development_dependency "enju_leaf", "~> 1.2.0"
s.add_development_dependency "enju_leaf", "~> 1.2.1"
s.add_development_dependency "globalize", "~> 5.0.1"
s.add_development_dependency "globalize-accessors"
s.add_development_dependency "sqlite3"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_4.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ gem "jquery-rails"
gem "rails", "~> 4.2.8"
gem "statesman", "~> 1.3"

gemspec :path => "../"
gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/rails_5.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ gem "activemodel-serializers-xml"
gem "rails-controller-testing"
gem "sinatra", "~> 2.0.0.rc2"

gemspec :path => "../"
gemspec path: "../"
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddCsvCharsetConversionToLibraryGroup < ActiveRecord::Migration
def change
add_column :library_groups, :csv_charset_conversion, :boolean, null: false, default: false
end
end

0 comments on commit 4fbfc85

Please sign in to comment.