founders_template 0.3.1 → 0.3.2

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: c041cb64246787855b39c6d5ffee1b06add70910f8f7a5bd2ac3b69312ed62e6
4
- data.tar.gz: f293eee010c43b4cf15ba12e7f926ab2fd19feca555c47e3e0119558847a42a3
3
+ metadata.gz: bbaac6f77b6d4fe6348adf18e5d365437c27a3baa24996696f31b551044d09dc
4
+ data.tar.gz: 73f713ade653002f326cb8b874b48035293ca4687f706446dd78212a78439b03
5
5
  SHA512:
6
- metadata.gz: f55601e8bc7aa098b1fe70067f84c903316a0d2d65ea0bdb22752dc256a2f7a7e4094ff799beac789cd9c31fc6043ad310ae02badb92cf04444797b94e13e905
7
- data.tar.gz: 5f6d5c42249f83f28592ce682778015d72f5f0e43d9ea8696b63e7f69408fcedc7200eb65671a3bcdf1beb1e5b9e82b002ecf8ec53efc1bed51f9521bd262acf
6
+ metadata.gz: 77a7c340e51640f606d66c1b1a0d12feaf46fa84c5fb6f33b94bfc551b270213dca982c68827bb2b732b2e9d4e1df562711410b5cf4bbf7c58accbc879debd0b
7
+ data.tar.gz: 06f03e4fd47388aeb8f9444f575c7f75fc4b706c457ef185027e36a922d2f0cfa28fd4a5e7faf9f552990a6f6aea09b1038f7ca6e1b95cc0d6c1243713aa6faf
data/Gemfile-rails6.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- founders_template (0.3.1)
4
+ founders_template (0.3.2)
5
5
  activesupport
6
6
  aws-sdk-core
7
7
  aws-sdk-ec2
@@ -18,7 +18,7 @@ GEM
18
18
  tzinfo (~> 1.1)
19
19
  zeitwerk (~> 2.2)
20
20
  aws-eventstream (1.0.3)
21
- aws-partitions (1.291.0)
21
+ aws-partitions (1.293.0)
22
22
  aws-sdk-core (3.92.0)
23
23
  aws-eventstream (~> 1.0, >= 1.0.2)
24
24
  aws-partitions (~> 1, >= 1.239.0)
@@ -54,7 +54,7 @@ GEM
54
54
  rspec-support (3.9.2)
55
55
  thor (1.0.1)
56
56
  thread_safe (0.3.6)
57
- tzinfo (1.2.6)
57
+ tzinfo (1.2.7)
58
58
  thread_safe (~> 0.1)
59
59
  zeitwerk (2.3.0)
60
60
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FoundersTemplate
4
- VERSION = '0.3.1'
4
+ VERSION = '0.3.2'
5
5
  end
@@ -17,6 +17,9 @@ COPY vendor ./vendor/
17
17
  ARG RAILS_ENV=development
18
18
  ENV RAILS_ENV=$RAILS_ENV
19
19
 
20
+ # Fix for sassc issue https://northsail.io/articles/ruby-sassc-illegal-instruction
21
+ RUN bundle config --local build.sassc --disable-march-tune-native
22
+
20
23
  RUN if [ "$RAILS_ENV" = "production" ] || [ "$RAILS_ENV" = "staging" ]; then bundle install --jobs 4 --deployment --without development test; else bundle install --jobs 4 --path vendor/bundle; fi
21
24
 
22
25
  COPY package.json* ./
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: founders_template
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Trae Robrock
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-03-31 00:00:00.000000000 Z
11
+ date: 2020-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport