Skip to content

Commit 08af083

Browse files
committed
Update gems
1 parent 176d512 commit 08af083

File tree

4 files changed

+91
-89
lines changed

4 files changed

+91
-89
lines changed

Gemfile.lock

Lines changed: 88 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
lease (0.1.0)
4+
lease (0.1.3)
55
carrierwave (~> 1.0)
66
rails (~> 5)
77
wicked_pdf (~> 1.1.0)
@@ -10,170 +10,172 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actioncable (5.2.3)
14-
actionpack (= 5.2.3)
13+
actioncable (5.2.4.1)
14+
actionpack (= 5.2.4.1)
1515
nio4r (~> 2.0)
1616
websocket-driver (>= 0.6.1)
17-
actionmailer (5.2.3)
18-
actionpack (= 5.2.3)
19-
actionview (= 5.2.3)
20-
activejob (= 5.2.3)
17+
actionmailer (5.2.4.1)
18+
actionpack (= 5.2.4.1)
19+
actionview (= 5.2.4.1)
20+
activejob (= 5.2.4.1)
2121
mail (~> 2.5, >= 2.5.4)
2222
rails-dom-testing (~> 2.0)
23-
actionpack (5.2.3)
24-
actionview (= 5.2.3)
25-
activesupport (= 5.2.3)
26-
rack (~> 2.0)
23+
actionpack (5.2.4.1)
24+
actionview (= 5.2.4.1)
25+
activesupport (= 5.2.4.1)
26+
rack (~> 2.0, >= 2.0.8)
2727
rack-test (>= 0.6.3)
2828
rails-dom-testing (~> 2.0)
2929
rails-html-sanitizer (~> 1.0, >= 1.0.2)
30-
actionview (5.2.3)
31-
activesupport (= 5.2.3)
30+
actionview (5.2.4.1)
31+
activesupport (= 5.2.4.1)
3232
builder (~> 3.1)
3333
erubi (~> 1.4)
3434
rails-dom-testing (~> 2.0)
3535
rails-html-sanitizer (~> 1.0, >= 1.0.3)
36-
activejob (5.2.3)
37-
activesupport (= 5.2.3)
36+
activejob (5.2.4.1)
37+
activesupport (= 5.2.4.1)
3838
globalid (>= 0.3.6)
39-
activemodel (5.2.3)
40-
activesupport (= 5.2.3)
41-
activerecord (5.2.3)
42-
activemodel (= 5.2.3)
43-
activesupport (= 5.2.3)
39+
activemodel (5.2.4.1)
40+
activesupport (= 5.2.4.1)
41+
activerecord (5.2.4.1)
42+
activemodel (= 5.2.4.1)
43+
activesupport (= 5.2.4.1)
4444
arel (>= 9.0)
45-
activestorage (5.2.3)
46-
actionpack (= 5.2.3)
47-
activerecord (= 5.2.3)
45+
activestorage (5.2.4.1)
46+
actionpack (= 5.2.4.1)
47+
activerecord (= 5.2.4.1)
4848
marcel (~> 0.3.1)
49-
activesupport (5.2.3)
49+
activesupport (5.2.4.1)
5050
concurrent-ruby (~> 1.0, >= 1.0.2)
5151
i18n (>= 0.7, < 2)
5252
minitest (~> 5.1)
5353
tzinfo (~> 1.1)
5454
arel (9.0.0)
55-
builder (3.2.3)
55+
builder (3.2.4)
5656
carrierwave (1.3.1)
5757
activemodel (>= 4.0.0)
5858
activesupport (>= 4.0.0)
5959
mime-types (>= 1.16)
6060
coderay (1.1.2)
61-
concurrent-ruby (1.1.5)
62-
coveralls (0.8.22)
61+
concurrent-ruby (1.1.6)
62+
coveralls (0.8.23)
6363
json (>= 1.8, < 3)
6464
simplecov (~> 0.16.1)
6565
term-ansicolor (~> 1.3)
66-
thor (~> 0.19.4)
66+
thor (>= 0.19.4, < 2.0)
6767
tins (~> 1.6)
68-
crass (1.0.4)
68+
crass (1.0.6)
6969
diff-lcs (1.3)
70-
docile (1.3.1)
71-
erubi (1.8.0)
70+
docile (1.3.2)
71+
erubi (1.9.0)
7272
factory_bot (4.11.1)
7373
activesupport (>= 3.0.0)
7474
factory_bot_rails (4.11.1)
7575
factory_bot (~> 4.11.1)
7676
railties (>= 3.0.0)
77-
faker (1.9.3)
78-
i18n (>= 0.7)
77+
faker (2.10.2)
78+
i18n (>= 1.6, < 2)
7979
globalid (0.4.2)
8080
activesupport (>= 4.2.0)
81-
i18n (1.6.0)
81+
i18n (1.8.2)
8282
concurrent-ruby (~> 1.0)
83-
json (2.2.0)
84-
loofah (2.2.3)
83+
json (2.3.0)
84+
loofah (2.4.0)
8585
crass (~> 1.0.2)
8686
nokogiri (>= 1.5.9)
8787
mail (2.7.1)
8888
mini_mime (>= 0.1.1)
8989
marcel (0.3.3)
9090
mimemagic (~> 0.3.2)
9191
method_source (0.9.2)
92-
mime-types (3.2.2)
92+
mime-types (3.3.1)
9393
mime-types-data (~> 3.2015)
94-
mime-types-data (3.2019.0331)
95-
mimemagic (0.3.3)
96-
mini_mime (1.0.1)
94+
mime-types-data (3.2019.1009)
95+
mimemagic (0.3.4)
96+
mini_mime (1.0.2)
9797
mini_portile2 (2.4.0)
98-
minitest (5.11.3)
99-
nio4r (2.3.1)
100-
nokogiri (1.10.3)
98+
minitest (5.14.0)
99+
nio4r (2.5.2)
100+
nokogiri (1.10.9)
101101
mini_portile2 (~> 2.4.0)
102-
pry (0.11.3)
102+
pry (0.12.2)
103103
coderay (~> 1.1.0)
104104
method_source (~> 0.9.0)
105-
rack (2.0.7)
105+
rack (2.2.2)
106106
rack-test (1.1.0)
107107
rack (>= 1.0, < 3)
108-
rails (5.2.3)
109-
actioncable (= 5.2.3)
110-
actionmailer (= 5.2.3)
111-
actionpack (= 5.2.3)
112-
actionview (= 5.2.3)
113-
activejob (= 5.2.3)
114-
activemodel (= 5.2.3)
115-
activerecord (= 5.2.3)
116-
activestorage (= 5.2.3)
117-
activesupport (= 5.2.3)
108+
rails (5.2.4.1)
109+
actioncable (= 5.2.4.1)
110+
actionmailer (= 5.2.4.1)
111+
actionpack (= 5.2.4.1)
112+
actionview (= 5.2.4.1)
113+
activejob (= 5.2.4.1)
114+
activemodel (= 5.2.4.1)
115+
activerecord (= 5.2.4.1)
116+
activestorage (= 5.2.4.1)
117+
activesupport (= 5.2.4.1)
118118
bundler (>= 1.3.0)
119-
railties (= 5.2.3)
119+
railties (= 5.2.4.1)
120120
sprockets-rails (>= 2.0.0)
121121
rails-dom-testing (2.0.3)
122122
activesupport (>= 4.2.0)
123123
nokogiri (>= 1.6)
124-
rails-html-sanitizer (1.0.4)
125-
loofah (~> 2.2, >= 2.2.2)
126-
railties (5.2.3)
127-
actionpack (= 5.2.3)
128-
activesupport (= 5.2.3)
124+
rails-html-sanitizer (1.3.0)
125+
loofah (~> 2.3)
126+
railties (5.2.4.1)
127+
actionpack (= 5.2.4.1)
128+
activesupport (= 5.2.4.1)
129129
method_source
130130
rake (>= 0.8.7)
131131
thor (>= 0.19.0, < 2.0)
132-
rake (12.3.2)
133-
rspec (3.8.0)
134-
rspec-core (~> 3.8.0)
135-
rspec-expectations (~> 3.8.0)
136-
rspec-mocks (~> 3.8.0)
137-
rspec-core (3.8.0)
138-
rspec-support (~> 3.8.0)
139-
rspec-expectations (3.8.3)
132+
rake (13.0.1)
133+
rspec (3.9.0)
134+
rspec-core (~> 3.9.0)
135+
rspec-expectations (~> 3.9.0)
136+
rspec-mocks (~> 3.9.0)
137+
rspec-core (3.9.1)
138+
rspec-support (~> 3.9.1)
139+
rspec-expectations (3.9.0)
140140
diff-lcs (>= 1.2.0, < 2.0)
141-
rspec-support (~> 3.8.0)
142-
rspec-mocks (3.8.0)
141+
rspec-support (~> 3.9.0)
142+
rspec-mocks (3.9.1)
143143
diff-lcs (>= 1.2.0, < 2.0)
144-
rspec-support (~> 3.8.0)
145-
rspec-rails (3.8.2)
144+
rspec-support (~> 3.9.0)
145+
rspec-rails (3.9.1)
146146
actionpack (>= 3.0)
147147
activesupport (>= 3.0)
148148
railties (>= 3.0)
149-
rspec-core (~> 3.8.0)
150-
rspec-expectations (~> 3.8.0)
151-
rspec-mocks (~> 3.8.0)
152-
rspec-support (~> 3.8.0)
153-
rspec-support (3.8.0)
149+
rspec-core (~> 3.9.0)
150+
rspec-expectations (~> 3.9.0)
151+
rspec-mocks (~> 3.9.0)
152+
rspec-support (~> 3.9.0)
153+
rspec-support (3.9.2)
154154
simplecov (0.16.1)
155155
docile (~> 1.1)
156156
json (>= 1.8, < 3)
157157
simplecov-html (~> 0.10.0)
158158
simplecov-html (0.10.2)
159-
sprockets (3.7.2)
159+
sprockets (4.0.0)
160160
concurrent-ruby (~> 1.0)
161161
rack (> 1, < 3)
162162
sprockets-rails (3.2.1)
163163
actionpack (>= 4.0)
164164
activesupport (>= 4.0)
165165
sprockets (>= 3.0.0)
166-
sqlite3 (1.4.0)
166+
sqlite3 (1.4.2)
167+
sync (0.5.0)
167168
term-ansicolor (1.7.1)
168169
tins (~> 1.0)
169-
thor (0.19.4)
170+
thor (1.0.1)
170171
thread_safe (0.3.6)
171-
tins (1.20.2)
172-
tzinfo (1.2.5)
172+
tins (1.24.1)
173+
sync
174+
tzinfo (1.2.6)
173175
thread_safe (~> 0.1)
174-
websocket-driver (0.7.0)
176+
websocket-driver (0.7.1)
175177
websocket-extensions (>= 0.1.0)
176-
websocket-extensions (0.1.3)
178+
websocket-extensions (0.1.4)
177179
wicked_pdf (1.1.0)
178180
wkhtmltopdf-binary (0.12.3.1)
179181

@@ -187,7 +189,7 @@ DEPENDENCIES
187189
faker
188190
lease!
189191
pry
190-
rake (~> 12.3)
192+
rake (~> 13.0)
191193
rspec (~> 3.7)
192194
rspec-rails (~> 3.7)
193195
sqlite3 (~> 1)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Lease
2-
2+
[![Gem Version](https://badge.fury.io/rb/lease.svg)](https://badge.fury.io/rb/lease)
33
Simplify the lease pdf/html management. Specially designed for a real estate self-storage project.
44

55
## Usage

lease.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
2626
spec.add_dependency 'wkhtmltopdf-binary', '~> 0.12.3.1'
2727

2828
spec.add_development_dependency 'bundler', '~> 1.17.3'
29-
spec.add_development_dependency 'rake', '~> 12.3'
29+
spec.add_development_dependency 'rake', '~> 13.0'
3030
spec.add_development_dependency 'rspec', '~> 3.7'
3131
spec.add_development_dependency 'rspec-rails', '~> 3.7'
3232
spec.add_development_dependency 'factory_bot_rails', '~> 4.8'

lib/lease/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Lease
2-
VERSION = '0.1.2'.freeze
2+
VERSION = '0.1.3'.freeze
33
end

0 commit comments

Comments
 (0)