We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d7f75 commit de72c6eCopy full SHA for de72c6e
lib/forest_liana/bootstrapper.rb
@@ -202,7 +202,7 @@ def namespace_duplicated_models
202
def setup_forest_liana_meta
203
ForestLiana.meta = {
204
liana: 'forest-rails',
205
- liana_version: ForestLiana::VERSION.sub!('.beta', '-beta'),
+ liana_version: ForestLiana::VERSION.sub('.beta', '-beta'),
206
stack: {
207
database_type: database_type,
208
orm_version: Gem.loaded_specs["activerecord"].version.version,
0 commit comments