Skip to content

Commit

Permalink
clean dependences & version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed May 16, 2018
1 parent 313012a commit 0a075a7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ gem 'pry-byebug', group: [:development, :test]
gem 'puma'
gem 'haml'
gem 'jbuilder'
gem 'mocha'

# Added at 2018-04-02 12:15:56 -0300 by michelson:
gem "capybara", "~> 2.18"
gem 'coveralls', require: false
Expand Down
2 changes: 0 additions & 2 deletions gdpr_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
s.test_files = Dir["spec/**/*"]
s.add_dependency "rails", ">= 5.1.4", "< 5.3"
s.add_dependency "tilt"
s.add_dependency "redcarpet"
s.add_dependency "will_paginate"
s.add_dependency "aasm"
Expand All @@ -26,7 +25,6 @@ Gem::Specification.new do |s|
s.add_dependency "groupdate", "4.0.0"
s.add_dependency "chartkick", "2.3.4"
#s.add_dependency "kaminari"
s.add_development_dependency "minitest-stub_any_instance"
s.add_development_dependency "mocha"
s.add_development_dependency "nokogiri"
s.add_development_dependency "sqlite3"
Expand Down
1 change: 0 additions & 1 deletion lib/policy_manager/exporter/view.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require "erb"
require 'open-uri'
require "tilt"
require "will_paginate"
require 'will_paginate/view_helpers'
require 'will_paginate/view_helpers/action_view'
Expand Down
2 changes: 1 addition & 1 deletion lib/policy_manager/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PolicyManager
VERSION = '0.3.0'
VERSION = '0.3.1'
end

0 comments on commit 0a075a7

Please sign in to comment.