Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5f05ccd

Browse files
Merge pull request #4 from customink/Timeout
Lock Timeout Gem to 0.1.x
2 parents 9b1eb34 + e74a2a9 commit 5f05ccd

File tree

5 files changed

+79
-73
lines changed

5 files changed

+79
-73
lines changed

‎CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.2] - 2021年10月27日
2+
3+
### Changed
4+
5+
- Lock timeout gem to 0.1.x
6+
- Ensure rake is required when loading railtie tasks.
7+
18
## [1.0.1] - 2021年07月24日
29

310
### Changed

‎Gemfile.lock

Lines changed: 68 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,69 @@
11
PATH
22
remote: .
33
specs:
4-
lambda_punch (1.0.1)
4+
lambda_punch (1.0.2)
55
concurrent-ruby
66
rake
77
rb-inotify
8-
timeout
8+
timeout (~>0.1.1)
99

1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actioncable (6.1.4)
14-
actionpack (= 6.1.4)
15-
activesupport (= 6.1.4)
13+
actioncable (6.1.4.1)
14+
actionpack (= 6.1.4.1)
15+
activesupport (= 6.1.4.1)
1616
nio4r (~> 2.0)
1717
websocket-driver (>= 0.6.1)
18-
actionmailbox (6.1.4)
19-
actionpack (= 6.1.4)
20-
activejob (= 6.1.4)
21-
activerecord (= 6.1.4)
22-
activestorage (= 6.1.4)
23-
activesupport (= 6.1.4)
18+
actionmailbox (6.1.4.1)
19+
actionpack (= 6.1.4.1)
20+
activejob (= 6.1.4.1)
21+
activerecord (= 6.1.4.1)
22+
activestorage (= 6.1.4.1)
23+
activesupport (= 6.1.4.1)
2424
mail (>= 2.7.1)
25-
actionmailer (6.1.4)
26-
actionpack (= 6.1.4)
27-
actionview (= 6.1.4)
28-
activejob (= 6.1.4)
29-
activesupport (= 6.1.4)
25+
actionmailer (6.1.4.1)
26+
actionpack (= 6.1.4.1)
27+
actionview (= 6.1.4.1)
28+
activejob (= 6.1.4.1)
29+
activesupport (= 6.1.4.1)
3030
mail (~> 2.5, >= 2.5.4)
3131
rails-dom-testing (~> 2.0)
32-
actionpack (6.1.4)
33-
actionview (= 6.1.4)
34-
activesupport (= 6.1.4)
32+
actionpack (6.1.4.1)
33+
actionview (= 6.1.4.1)
34+
activesupport (= 6.1.4.1)
3535
rack (~> 2.0, >= 2.0.9)
3636
rack-test (>= 0.6.3)
3737
rails-dom-testing (~> 2.0)
3838
rails-html-sanitizer (~> 1.0, >= 1.2.0)
39-
actiontext (6.1.4)
40-
actionpack (= 6.1.4)
41-
activerecord (= 6.1.4)
42-
activestorage (= 6.1.4)
43-
activesupport (= 6.1.4)
39+
actiontext (6.1.4.1)
40+
actionpack (= 6.1.4.1)
41+
activerecord (= 6.1.4.1)
42+
activestorage (= 6.1.4.1)
43+
activesupport (= 6.1.4.1)
4444
nokogiri (>= 1.8.5)
45-
actionview (6.1.4)
46-
activesupport (= 6.1.4)
45+
actionview (6.1.4.1)
46+
activesupport (= 6.1.4.1)
4747
builder (~> 3.1)
4848
erubi (~> 1.4)
4949
rails-dom-testing (~> 2.0)
5050
rails-html-sanitizer (~> 1.1, >= 1.2.0)
51-
activejob (6.1.4)
52-
activesupport (= 6.1.4)
51+
activejob (6.1.4.1)
52+
activesupport (= 6.1.4.1)
5353
globalid (>= 0.3.6)
54-
activemodel (6.1.4)
55-
activesupport (= 6.1.4)
56-
activerecord (6.1.4)
57-
activemodel (= 6.1.4)
58-
activesupport (= 6.1.4)
59-
activestorage (6.1.4)
60-
actionpack (= 6.1.4)
61-
activejob (= 6.1.4)
62-
activerecord (= 6.1.4)
63-
activesupport (= 6.1.4)
54+
activemodel (6.1.4.1)
55+
activesupport (= 6.1.4.1)
56+
activerecord (6.1.4.1)
57+
activemodel (= 6.1.4.1)
58+
activesupport (= 6.1.4.1)
59+
activestorage (6.1.4.1)
60+
actionpack (= 6.1.4.1)
61+
activejob (= 6.1.4.1)
62+
activerecord (= 6.1.4.1)
63+
activesupport (= 6.1.4.1)
6464
marcel (~> 1.0.0)
6565
mini_mime (>= 1.1.0)
66-
activesupport (6.1.4)
66+
activesupport (6.1.4.1)
6767
concurrent-ruby (~> 1.0, >= 1.0.2)
6868
i18n (>= 1.6, < 2)
6969
minitest (>= 5.1)
@@ -74,61 +74,59 @@ GEM
7474
concurrent-ruby (1.1.9)
7575
crass (1.0.6)
7676
erubi (1.10.0)
77-
ffi (1.15.3)
78-
globalid (0.4.2)
79-
activesupport (>= 4.2.0)
77+
ffi (1.15.4)
78+
globalid (0.5.2)
79+
activesupport (>= 5.0)
8080
i18n (1.8.10)
8181
concurrent-ruby (~> 1.0)
82-
loofah (2.10.0)
82+
loofah (2.12.0)
8383
crass (~> 1.0.2)
8484
nokogiri (>= 1.5.9)
8585
mail (2.7.1)
8686
mini_mime (>= 0.1.1)
87-
marcel (1.0.1)
87+
marcel (1.0.2)
8888
method_source (1.0.0)
89-
mini_mime (1.1.0)
89+
mini_mime (1.1.2)
9090
minitest (5.14.4)
9191
minitest-focus (1.3.1)
9292
minitest (>= 4, < 6)
93-
nio4r (2.5.7)
94-
nokogiri (1.11.7-x86_64-darwin)
95-
racc (~> 1.4)
96-
nokogiri (1.11.7-x86_64-linux)
93+
nio4r (2.5.8)
94+
nokogiri (1.12.5-x86_64-linux)
9795
racc (~> 1.4)
9896
pry (0.14.1)
9997
coderay (~> 1.1)
10098
method_source (~> 1.0)
101-
racc (1.5.2)
99+
racc (1.6.0)
102100
rack (2.2.3)
103101
rack-test (1.1.0)
104102
rack (>= 1.0, < 3)
105-
rails (6.1.4)
106-
actioncable (= 6.1.4)
107-
actionmailbox (= 6.1.4)
108-
actionmailer (= 6.1.4)
109-
actionpack (= 6.1.4)
110-
actiontext (= 6.1.4)
111-
actionview (= 6.1.4)
112-
activejob (= 6.1.4)
113-
activemodel (= 6.1.4)
114-
activerecord (= 6.1.4)
115-
activestorage (= 6.1.4)
116-
activesupport (= 6.1.4)
103+
rails (6.1.4.1)
104+
actioncable (= 6.1.4.1)
105+
actionmailbox (= 6.1.4.1)
106+
actionmailer (= 6.1.4.1)
107+
actionpack (= 6.1.4.1)
108+
actiontext (= 6.1.4.1)
109+
actionview (= 6.1.4.1)
110+
activejob (= 6.1.4.1)
111+
activemodel (= 6.1.4.1)
112+
activerecord (= 6.1.4.1)
113+
activestorage (= 6.1.4.1)
114+
activesupport (= 6.1.4.1)
117115
bundler (>= 1.15.0)
118-
railties (= 6.1.4)
116+
railties (= 6.1.4.1)
119117
sprockets-rails (>= 2.0.0)
120118
rails-dom-testing (2.0.3)
121119
activesupport (>= 4.2.0)
122120
nokogiri (>= 1.6)
123-
rails-html-sanitizer (1.3.0)
121+
rails-html-sanitizer (1.4.2)
124122
loofah (~> 2.3)
125-
railties (6.1.4)
126-
actionpack (= 6.1.4)
127-
activesupport (= 6.1.4)
123+
railties (6.1.4.1)
124+
actionpack (= 6.1.4.1)
125+
activesupport (= 6.1.4.1)
128126
method_source
129127
rake (>= 0.13)
130128
thor (~> 1.0)
131-
rake (13.0.3)
129+
rake (13.0.6)
132130
rb-inotify (0.10.1)
133131
ffi (~> 1.0)
134132
sprockets (4.0.2)
@@ -145,10 +143,9 @@ GEM
145143
websocket-driver (0.7.5)
146144
websocket-extensions (>= 0.1.0)
147145
websocket-extensions (0.1.5)
148-
zeitwerk (2.4.2)
146+
zeitwerk (2.5.1)
149147

150148
PLATFORMS
151-
x86_64-darwin-19
152149
x86_64-linux
153150

154151
DEPENDENCIES
@@ -160,4 +157,4 @@ DEPENDENCIES
160157
rake
161158

162159
BUNDLED WITH
163-
2.2.21
160+
2.2.30

‎lambda_punch.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121
spec.add_dependency "concurrent-ruby"
2222
spec.add_dependency "rake"
2323
spec.add_dependency "rb-inotify"
24-
spec.add_dependency "timeout"
24+
spec.add_dependency "timeout","~> 0.1.1"
2525
spec.add_development_dependency "minitest-focus"
2626
spec.add_development_dependency "pry"
2727
spec.add_development_dependency "rails"

‎lib/lambda_punch/tasks/install.rake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require 'rake'
2+
13
namespace :lambda_punch do
24

35
desc "Install the LambdaPunch Lambda Extension."

‎lib/lambda_punch/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module LambdaPunch
2-
VERSION = "1.0.1"
2+
VERSION = "1.0.2"
33
end

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /