Skip to content

Commit

Permalink
Fix importer problem by using BBMB 2.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Jun 1, 2017
1 parent 910d3a6 commit 092d572
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'bbmb', '>= 2.2.8'
gem 'bbmb', '>= 2.2.9'
gem 'spreadsheet' # for password importer

group :debugger do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
bbmb (2.2.8)
bbmb (2.2.9)
deprecated (= 2.0.1)
hpricot
htmlgrid
Expand Down Expand Up @@ -132,7 +132,7 @@ PLATFORMS
ruby

DEPENDENCIES
bbmb (>= 2.2.8)
bbmb (>= 2.2.9)
flexmock
minitest
pry-byebug
Expand Down

0 comments on commit 092d572

Please sign in to comment.