Skip to content

Commit

Permalink
Merge branch 'hotfix/1.3.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalcic committed Oct 25, 2020
2 parents 14015e3 + 8fe47c7 commit 352022e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
spina-admin-conferences (1.3.4)
spina-admin-conferences (1.3.5)
babel-transpiler (~> 0.7)
icalendar (~> 2.5)
mobility (~> 0.8.10)
Expand Down Expand Up @@ -191,7 +191,7 @@ GEM
ast (~> 2.4.1)
percy-capybara (4.3.3)
pg (1.2.3)
psych (3.1.0)
psych (3.2.0)
public_suffix (4.0.6)
puma (5.0.2)
nio4r (~> 2.0)
Expand Down Expand Up @@ -230,10 +230,10 @@ GEM
thor (>= 0.20.3, < 2.0)
rainbow (3.0.0)
rake (13.0.1)
reek (6.0.1)
reek (6.0.2)
kwalify (~> 0.7.0)
parser (>= 2.5.0.0, < 2.8, != 2.5.1.1)
psych (~> 3.1.0)
psych (~> 3.1)
rainbow (>= 2.0, < 4.0)
regexp_parser (1.8.2)
request_store (1.5.0)
Expand All @@ -248,7 +248,7 @@ GEM
rubocop-ast (>= 0.6.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.7.1)
rubocop-ast (1.0.1)
parser (>= 2.7.1.5)
rubocop-performance (1.8.1)
rubocop (>= 0.87.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/spina/admin/conferences/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Spina
module Admin
module Conferences
# Version number.
VERSION = '1.3.4'
VERSION = '1.3.5'
end
end
end

0 comments on commit 352022e

Please sign in to comment.