forest_liana 9.3.8 → 9.3.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 103afe5988f7c2264d766f270e9fe94acabafd3dff2771616406d24235e178db
4
- data.tar.gz: 351d284979c39cd903b40f74149bc71a8d4cfde44ec7a9e99f6e12a69a743229
3
+ metadata.gz: 7b41f09562cb8cdf4fe34225cd51901e002e7e223fcdefaee9f2645e12c9bc95
4
+ data.tar.gz: 8d1456dce99ccbc54abd92c62f44c8e9b10dec281c01545ec3d299fef2a96891
5
5
  SHA512:
6
- metadata.gz: '099ff2ca0f05fd7ce0a27aa6935ed16ee856559096b0f750b30d30bf3a3c7ea94b6572fec0823381fb17fed5adc719915de86349876b9f861c1184c56ed367cb'
7
- data.tar.gz: '08c6baba0689e84bb23c7535f9748c25fdabb31ec0ada34a5f61f8c05df3e39cd58038c84cc9279d84fbbcd3b2e85681b0404c555e39bd1fdc971309ff5674dd'
6
+ metadata.gz: 5bdadc526907e977de8459f43bfaa53d7fececc76e2cbeb79ea973395ea92f53eb8bc75a06daa55ec9df7856184c884b00c633d75013a5a5c6877210ab77657f
7
+ data.tar.gz: 68177e16ee3421950d80f3369eef54251dfcd1bc4dc92bdd606abd890c45b996f6387055ee7c391c772bbf9437f6969828a7f96a2f4863ca9f1c85a7aa5a8292
@@ -28,11 +28,6 @@ module ForestLiana
28
28
  "ForestLiana.forest_client_id is deprecated. It's not needed anymore."
29
29
  end
30
30
 
31
- if Rails.application.secrets.forest_application_url
32
- FOREST_LOGGER.warn "DEPRECATION WARNING: The use of " \
33
- "The secret forest_application_url is deprecated. It's not needed anymore."
34
- end
35
-
36
31
  unless Rails.application.config.action_controller.perform_caching || Rails.env.test?
37
32
  FOREST_LOGGER.error "You need to enable caching on your environment to use Forest Admin.\n" \
38
33
  "For a development environment, run: `rails dev:cache`"
@@ -1,3 +1,3 @@
1
1
  module ForestLiana
2
- VERSION = "9.3.8"
2
+ VERSION = "9.3.10"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forest_liana
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.3.8
4
+ version: 9.3.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sandro Munda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-10 00:00:00.000000000 Z
11
+ date: 2024-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails