Skip to content
This repository was archived by the owner on Jul 19, 2021. It is now read-only.

Commit f681ff7

Browse files
authored
Merge pull request #195 from a-barbieri/master
Update version
2 parents 9809682 + 95297b4 commit f681ff7

2 files changed

Lines changed: 52 additions & 52 deletions

File tree

Gemfile.lock

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
binda (0.1.8)
4+
binda (0.1.9)
55
aasm (>= 4.11, < 4.13)
66
ancestry (>= 2.1, < 3.1)
77
bourbon (= 4.3.4)
@@ -24,52 +24,52 @@ GEM
2424
specs:
2525
aasm (4.12.3)
2626
concurrent-ruby (~> 1.0)
27-
actioncable (5.1.5)
28-
actionpack (= 5.1.5)
27+
actioncable (5.1.6)
28+
actionpack (= 5.1.6)
2929
nio4r (~> 2.0)
3030
websocket-driver (~> 0.6.1)
31-
actionmailer (5.1.5)
32-
actionpack (= 5.1.5)
33-
actionview (= 5.1.5)
34-
activejob (= 5.1.5)
31+
actionmailer (5.1.6)
32+
actionpack (= 5.1.6)
33+
actionview (= 5.1.6)
34+
activejob (= 5.1.6)
3535
mail (~> 2.5, >= 2.5.4)
3636
rails-dom-testing (~> 2.0)
37-
actionpack (5.1.5)
38-
actionview (= 5.1.5)
39-
activesupport (= 5.1.5)
37+
actionpack (5.1.6)
38+
actionview (= 5.1.6)
39+
activesupport (= 5.1.6)
4040
rack (~> 2.0)
4141
rack-test (>= 0.6.3)
4242
rails-dom-testing (~> 2.0)
4343
rails-html-sanitizer (~> 1.0, >= 1.0.2)
44-
actionview (5.1.5)
45-
activesupport (= 5.1.5)
44+
actionview (5.1.6)
45+
activesupport (= 5.1.6)
4646
builder (~> 3.1)
4747
erubi (~> 1.4)
4848
rails-dom-testing (~> 2.0)
4949
rails-html-sanitizer (~> 1.0, >= 1.0.3)
50-
activejob (5.1.5)
51-
activesupport (= 5.1.5)
50+
activejob (5.1.6)
51+
activesupport (= 5.1.6)
5252
globalid (>= 0.3.6)
53-
activemodel (5.1.5)
54-
activesupport (= 5.1.5)
55-
activerecord (5.1.5)
56-
activemodel (= 5.1.5)
57-
activesupport (= 5.1.5)
53+
activemodel (5.1.6)
54+
activesupport (= 5.1.6)
55+
activerecord (5.1.6)
56+
activemodel (= 5.1.6)
57+
activesupport (= 5.1.6)
5858
arel (~> 8.0)
59-
activesupport (5.1.5)
59+
activesupport (5.1.6)
6060
concurrent-ruby (~> 1.0, >= 1.0.2)
61-
i18n (~> 0.7)
61+
i18n (>= 0.7, < 2)
6262
minitest (~> 5.1)
6363
tzinfo (~> 1.1)
6464
addressable (2.4.0)
65-
ancestry (3.0.1)
65+
ancestry (3.0.2)
6666
activerecord (>= 3.2.0)
6767
arel (8.0.0)
6868
ast (2.4.0)
6969
autoprefixer-rails (7.2.6)
7070
execjs
71-
backports (3.11.1)
72-
bcrypt (3.1.11)
71+
backports (3.11.3)
72+
bcrypt (3.1.12)
7373
bourbon (4.3.4)
7474
sass (~> 3.4)
7575
thor (~> 0.19)
@@ -92,15 +92,15 @@ GEM
9292
ffi (~> 1.0, >= 1.0.11)
9393
coderay (1.1.2)
9494
concurrent-ruby (1.0.5)
95-
crass (1.0.3)
96-
database_cleaner (1.6.2)
95+
crass (1.0.4)
96+
database_cleaner (1.7.0)
9797
devise (4.4.3)
9898
bcrypt (~> 3.0)
9999
orm_adapter (~> 0.1)
100100
railties (>= 4.1.0, < 6.0)
101101
responders
102102
warden (~> 1.2.3)
103-
devise-i18n (1.6.1)
103+
devise-i18n (1.6.2)
104104
devise (>= 4.4)
105105
diff-lcs (1.3)
106106
docile (1.3.0)
@@ -113,12 +113,12 @@ GEM
113113
factory_bot_rails (4.8.2)
114114
factory_bot (~> 4.8.2)
115115
railties (>= 3.0.0)
116-
faraday (0.14.0)
116+
faraday (0.15.1)
117117
multipart-post (>= 1.2, < 3)
118118
faraday_middleware (0.12.2)
119119
faraday (>= 0.7.4, < 1.0)
120120
ffi (1.9.23)
121-
friendly_id (5.2.3)
121+
friendly_id (5.2.4)
122122
activerecord (>= 4.0.0)
123123
generator_spec (0.9.4)
124124
activesupport (>= 3.0.0)
@@ -134,9 +134,9 @@ GEM
134134
globalid (0.4.1)
135135
activesupport (>= 4.2.0)
136136
highline (1.7.10)
137-
i18n (0.9.5)
137+
i18n (1.0.1)
138138
concurrent-ruby (~> 1.0)
139-
jquery-rails (4.3.1)
139+
jquery-rails (4.3.3)
140140
rails-dom-testing (>= 1, < 3)
141141
railties (>= 4.2.0)
142142
thor (>= 0.14, < 2.0)
@@ -180,12 +180,12 @@ GEM
180180
multipart-post (2.0.0)
181181
net-http-persistent (2.9.4)
182182
net-http-pipeline (1.0.1)
183-
nio4r (2.3.0)
183+
nio4r (2.3.1)
184184
nokogiri (1.8.2)
185185
mini_portile2 (~> 2.3.0)
186186
orm_adapter (0.5.0)
187187
parallel (1.12.1)
188-
parser (2.5.0.5)
188+
parser (2.5.1.0)
189189
ast (~> 2.4.0)
190190
pg (0.21.0)
191191
powerpack (0.1.1)
@@ -197,29 +197,29 @@ GEM
197197
pusher-client (0.6.2)
198198
json
199199
websocket (~> 1.0)
200-
rack (2.0.4)
201-
rack-test (0.8.3)
200+
rack (2.0.5)
201+
rack-test (1.0.0)
202202
rack (>= 1.0, < 3)
203-
rails (5.1.5)
204-
actioncable (= 5.1.5)
205-
actionmailer (= 5.1.5)
206-
actionpack (= 5.1.5)
207-
actionview (= 5.1.5)
208-
activejob (= 5.1.5)
209-
activemodel (= 5.1.5)
210-
activerecord (= 5.1.5)
211-
activesupport (= 5.1.5)
203+
rails (5.1.6)
204+
actioncable (= 5.1.6)
205+
actionmailer (= 5.1.6)
206+
actionpack (= 5.1.6)
207+
actionview (= 5.1.6)
208+
activejob (= 5.1.6)
209+
activemodel (= 5.1.6)
210+
activerecord (= 5.1.6)
211+
activesupport (= 5.1.6)
212212
bundler (>= 1.3.0)
213-
railties (= 5.1.5)
213+
railties (= 5.1.6)
214214
sprockets-rails (>= 2.0.0)
215215
rails-dom-testing (2.0.3)
216216
activesupport (>= 4.2.0)
217217
nokogiri (>= 1.6)
218218
rails-html-sanitizer (1.0.4)
219219
loofah (~> 2.2, >= 2.2.2)
220-
railties (5.1.5)
221-
actionpack (= 5.1.5)
222-
activesupport (= 5.1.5)
220+
railties (5.1.6)
221+
actionpack (= 5.1.6)
222+
activesupport (= 5.1.6)
223223
method_source
224224
rake (>= 0.8.7)
225225
thor (>= 0.18.1, < 2.0)
@@ -270,7 +270,7 @@ GEM
270270
sprockets (>= 2.8, < 4.0)
271271
sprockets-rails (>= 2.0, < 4.0)
272272
tilt (>= 1.1, < 3)
273-
selenium-webdriver (3.11.0)
273+
selenium-webdriver (3.12.0)
274274
childprocess (~> 0.5)
275275
rubyzip (~> 1.2)
276276
simple_form (3.5.1)
@@ -291,7 +291,7 @@ GEM
291291
thor (0.20.0)
292292
thread_safe (0.3.6)
293293
tilt (2.0.8)
294-
tinymce-rails (4.7.9)
294+
tinymce-rails (4.7.13)
295295
railties (>= 3.1.1)
296296
tinymce-rails-langs (4.20180103)
297297
tinymce-rails (~> 4.1, >= 4.1.10)
@@ -308,7 +308,7 @@ GEM
308308
ethon (>= 0.8.0)
309309
tzinfo (1.2.5)
310310
thread_safe (~> 0.1)
311-
unicode-display_width (1.3.0)
311+
unicode-display_width (1.3.2)
312312
uniform_notifier (1.11.0)
313313
warden (1.2.7)
314314
rack (>= 1.0)

lib/binda/version.rb

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

0 commit comments

Comments
 (0)