update questiongenerator to 1.1.0
This commit is contained in:
parent
8deb78b548
commit
0855dee294
2
Gemfile
2
Gemfile
|
@ -52,7 +52,7 @@ gem "sentry-sidekiq"
|
||||||
|
|
||||||
gem "sidekiq", "< 7" # remove version constraint once are ready to upgrade https://github.com/mperham/sidekiq/blob/main/docs/7.0-Upgrade.md
|
gem "sidekiq", "< 7" # remove version constraint once are ready to upgrade https://github.com/mperham/sidekiq/blob/main/docs/7.0-Upgrade.md
|
||||||
|
|
||||||
gem "questiongenerator", "~> 1.0"
|
gem "questiongenerator", "~> 1.1"
|
||||||
|
|
||||||
gem "httparty"
|
gem "httparty"
|
||||||
gem "redcarpet"
|
gem "redcarpet"
|
||||||
|
|
|
@ -321,7 +321,7 @@ GEM
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
pundit (2.3.0)
|
pundit (2.3.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
questiongenerator (1.0.0)
|
questiongenerator (1.1.0)
|
||||||
racc (1.6.2)
|
racc (1.6.2)
|
||||||
rack (2.2.6.2)
|
rack (2.2.6.2)
|
||||||
rack-protection (3.0.5)
|
rack-protection (3.0.5)
|
||||||
|
@ -578,7 +578,7 @@ DEPENDENCIES
|
||||||
pghero
|
pghero
|
||||||
puma
|
puma
|
||||||
pundit (~> 2.3)
|
pundit (~> 2.3)
|
||||||
questiongenerator (~> 1.0)
|
questiongenerator (~> 1.1)
|
||||||
rails (~> 6.1)
|
rails (~> 6.1)
|
||||||
rails-controller-testing
|
rails-controller-testing
|
||||||
rails-i18n (~> 7.0)
|
rails-i18n (~> 7.0)
|
||||||
|
|
Loading…
Reference in New Issue