Skip to content

Commit

Permalink
0.22-0.23 compatibily (#16)
Browse files Browse the repository at this point in the history
* 0.22 compatibily

* Upgrade to 0.23

* remove rspec warning

* add configurable height for every blueprint
  • Loading branch information
microstudi authored Jan 12, 2021
1 parent 5cb4382 commit bb54cb9
Show file tree
Hide file tree
Showing 29 changed files with 368 additions and 166 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ AllCops:
# If a value is specified for TargetRubyVersion then it is used.
# Else if .ruby-version exists and it contains an MRI version it is used.
# Otherwise we fallback to the oldest officially supported Ruby version (2.0).
TargetRubyVersion: 2.5
TargetRubyVersion: 2.6

RSpec:
Patterns:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

ruby RUBY_VERSION
# DECIDIM_VERSION = { git: "https://github.com/decidim/decidim" }
DECIDIM_VERSION = "0.21"
DECIDIM_VERSION = "0.23.1"

gem "decidim", DECIDIM_VERSION
gem "decidim-navigation_maps", path: "."
Expand Down
Loading

0 comments on commit bb54cb9

Please sign in to comment.