Commit 73794eb9624f7b6ff8c1ff9effd7dbe5ddf9d51a
1 parent
a69b41ff
Exists in
master
(fix later) dependency at minor version
Showing
2 changed files
with
49 additions
and
57 deletions
Show diff stats
Gemfile.lock
@@ -2,101 +2,93 @@ PATH | @@ -2,101 +2,93 @@ PATH | ||
2 | remote: . | 2 | remote: . |
3 | specs: | 3 | specs: |
4 | scim_rails (0.1.0) | 4 | scim_rails (0.1.0) |
5 | - rails (~> 5.0) | 5 | + rails (~> 5.0.0) |
6 | 6 | ||
7 | GEM | 7 | GEM |
8 | remote: https://rubygems.org/ | 8 | remote: https://rubygems.org/ |
9 | specs: | 9 | specs: |
10 | - actioncable (5.2.0) | ||
11 | - actionpack (= 5.2.0) | ||
12 | - nio4r (~> 2.0) | ||
13 | - websocket-driver (>= 0.6.1) | ||
14 | - actionmailer (5.2.0) | ||
15 | - actionpack (= 5.2.0) | ||
16 | - actionview (= 5.2.0) | ||
17 | - activejob (= 5.2.0) | 10 | + actioncable (5.0.0) |
11 | + actionpack (= 5.0.0) | ||
12 | + nio4r (~> 1.2) | ||
13 | + websocket-driver (~> 0.6.1) | ||
14 | + actionmailer (5.0.0) | ||
15 | + actionpack (= 5.0.0) | ||
16 | + actionview (= 5.0.0) | ||
17 | + activejob (= 5.0.0) | ||
18 | mail (~> 2.5, >= 2.5.4) | 18 | mail (~> 2.5, >= 2.5.4) |
19 | rails-dom-testing (~> 2.0) | 19 | rails-dom-testing (~> 2.0) |
20 | - actionpack (5.2.0) | ||
21 | - actionview (= 5.2.0) | ||
22 | - activesupport (= 5.2.0) | 20 | + actionpack (5.0.0) |
21 | + actionview (= 5.0.0) | ||
22 | + activesupport (= 5.0.0) | ||
23 | rack (~> 2.0) | 23 | rack (~> 2.0) |
24 | - rack-test (>= 0.6.3) | 24 | + rack-test (~> 0.6.3) |
25 | rails-dom-testing (~> 2.0) | 25 | rails-dom-testing (~> 2.0) |
26 | rails-html-sanitizer (~> 1.0, >= 1.0.2) | 26 | rails-html-sanitizer (~> 1.0, >= 1.0.2) |
27 | - actionview (5.2.0) | ||
28 | - activesupport (= 5.2.0) | 27 | + actionview (5.0.0) |
28 | + activesupport (= 5.0.0) | ||
29 | builder (~> 3.1) | 29 | builder (~> 3.1) |
30 | - erubi (~> 1.4) | 30 | + erubis (~> 2.7.0) |
31 | rails-dom-testing (~> 2.0) | 31 | rails-dom-testing (~> 2.0) |
32 | - rails-html-sanitizer (~> 1.0, >= 1.0.3) | ||
33 | - activejob (5.2.0) | ||
34 | - activesupport (= 5.2.0) | 32 | + rails-html-sanitizer (~> 1.0, >= 1.0.2) |
33 | + activejob (5.0.0) | ||
34 | + activesupport (= 5.0.0) | ||
35 | globalid (>= 0.3.6) | 35 | globalid (>= 0.3.6) |
36 | - activemodel (5.2.0) | ||
37 | - activesupport (= 5.2.0) | ||
38 | - activerecord (5.2.0) | ||
39 | - activemodel (= 5.2.0) | ||
40 | - activesupport (= 5.2.0) | ||
41 | - arel (>= 9.0) | ||
42 | - activestorage (5.2.0) | ||
43 | - actionpack (= 5.2.0) | ||
44 | - activerecord (= 5.2.0) | ||
45 | - marcel (~> 0.3.1) | ||
46 | - activesupport (5.2.0) | 36 | + activemodel (5.0.0) |
37 | + activesupport (= 5.0.0) | ||
38 | + activerecord (5.0.0) | ||
39 | + activemodel (= 5.0.0) | ||
40 | + activesupport (= 5.0.0) | ||
41 | + arel (~> 7.0) | ||
42 | + activesupport (5.0.0) | ||
47 | concurrent-ruby (~> 1.0, >= 1.0.2) | 43 | concurrent-ruby (~> 1.0, >= 1.0.2) |
48 | - i18n (>= 0.7, < 2) | 44 | + i18n (~> 0.7) |
49 | minitest (~> 5.1) | 45 | minitest (~> 5.1) |
50 | tzinfo (~> 1.1) | 46 | tzinfo (~> 1.1) |
51 | - arel (9.0.0) | 47 | + arel (7.1.4) |
52 | builder (3.2.3) | 48 | builder (3.2.3) |
53 | concurrent-ruby (1.0.5) | 49 | concurrent-ruby (1.0.5) |
54 | crass (1.0.4) | 50 | crass (1.0.4) |
55 | diff-lcs (1.3) | 51 | diff-lcs (1.3) |
56 | - erubi (1.7.1) | 52 | + erubis (2.7.0) |
57 | globalid (0.4.1) | 53 | globalid (0.4.1) |
58 | activesupport (>= 4.2.0) | 54 | activesupport (>= 4.2.0) |
59 | - i18n (1.1.1) | 55 | + i18n (0.9.5) |
60 | concurrent-ruby (~> 1.0) | 56 | concurrent-ruby (~> 1.0) |
61 | loofah (2.2.2) | 57 | loofah (2.2.2) |
62 | crass (~> 1.0.2) | 58 | crass (~> 1.0.2) |
63 | nokogiri (>= 1.5.9) | 59 | nokogiri (>= 1.5.9) |
64 | mail (2.7.0) | 60 | mail (2.7.0) |
65 | mini_mime (>= 0.1.1) | 61 | mini_mime (>= 0.1.1) |
66 | - marcel (0.3.2) | ||
67 | - mimemagic (~> 0.3.2) | ||
68 | method_source (0.9.0) | 62 | method_source (0.9.0) |
69 | - mimemagic (0.3.2) | ||
70 | mini_mime (1.0.0) | 63 | mini_mime (1.0.0) |
71 | mini_portile2 (2.3.0) | 64 | mini_portile2 (2.3.0) |
72 | minitest (5.11.3) | 65 | minitest (5.11.3) |
73 | - nio4r (2.3.1) | 66 | + nio4r (1.2.1) |
74 | nokogiri (1.8.2) | 67 | nokogiri (1.8.2) |
75 | mini_portile2 (~> 2.3.0) | 68 | mini_portile2 (~> 2.3.0) |
76 | rack (2.0.5) | 69 | rack (2.0.5) |
77 | - rack-test (1.0.0) | ||
78 | - rack (>= 1.0, < 3) | ||
79 | - rails (5.2.0) | ||
80 | - actioncable (= 5.2.0) | ||
81 | - actionmailer (= 5.2.0) | ||
82 | - actionpack (= 5.2.0) | ||
83 | - actionview (= 5.2.0) | ||
84 | - activejob (= 5.2.0) | ||
85 | - activemodel (= 5.2.0) | ||
86 | - activerecord (= 5.2.0) | ||
87 | - activestorage (= 5.2.0) | ||
88 | - activesupport (= 5.2.0) | ||
89 | - bundler (>= 1.3.0) | ||
90 | - railties (= 5.2.0) | 70 | + rack-test (0.6.3) |
71 | + rack (>= 1.0) | ||
72 | + rails (5.0.0) | ||
73 | + actioncable (= 5.0.0) | ||
74 | + actionmailer (= 5.0.0) | ||
75 | + actionpack (= 5.0.0) | ||
76 | + actionview (= 5.0.0) | ||
77 | + activejob (= 5.0.0) | ||
78 | + activemodel (= 5.0.0) | ||
79 | + activerecord (= 5.0.0) | ||
80 | + activesupport (= 5.0.0) | ||
81 | + bundler (>= 1.3.0, < 2.0) | ||
82 | + railties (= 5.0.0) | ||
91 | sprockets-rails (>= 2.0.0) | 83 | sprockets-rails (>= 2.0.0) |
92 | rails-dom-testing (2.0.3) | 84 | rails-dom-testing (2.0.3) |
93 | activesupport (>= 4.2.0) | 85 | activesupport (>= 4.2.0) |
94 | nokogiri (>= 1.6) | 86 | nokogiri (>= 1.6) |
95 | rails-html-sanitizer (1.0.4) | 87 | rails-html-sanitizer (1.0.4) |
96 | loofah (~> 2.2, >= 2.2.2) | 88 | loofah (~> 2.2, >= 2.2.2) |
97 | - railties (5.2.0) | ||
98 | - actionpack (= 5.2.0) | ||
99 | - activesupport (= 5.2.0) | 89 | + railties (5.0.0) |
90 | + actionpack (= 5.0.0) | ||
91 | + activesupport (= 5.0.0) | ||
100 | method_source | 92 | method_source |
101 | rake (>= 0.8.7) | 93 | rake (>= 0.8.7) |
102 | thor (>= 0.18.1, < 2.0) | 94 | thor (>= 0.18.1, < 2.0) |
@@ -125,7 +117,7 @@ GEM | @@ -125,7 +117,7 @@ GEM | ||
125 | thread_safe (0.3.6) | 117 | thread_safe (0.3.6) |
126 | tzinfo (1.2.5) | 118 | tzinfo (1.2.5) |
127 | thread_safe (~> 0.1) | 119 | thread_safe (~> 0.1) |
128 | - websocket-driver (0.7.0) | 120 | + websocket-driver (0.6.5) |
129 | websocket-extensions (>= 0.1.0) | 121 | websocket-extensions (>= 0.1.0) |
130 | websocket-extensions (0.1.3) | 122 | websocket-extensions (0.1.3) |
131 | 123 |
scim_rails.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |s| | @@ -16,7 +16,7 @@ Gem::Specification.new do |s| | ||
16 | 16 | ||
17 | s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"] | 17 | s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"] |
18 | 18 | ||
19 | - s.add_dependency "rails", "~> 5.0" | 19 | + s.add_dependency "rails", "~> 5.0.0" |
20 | 20 | ||
21 | s.add_development_dependency "bundler", "~> 1.16" | 21 | s.add_development_dependency "bundler", "~> 1.16" |
22 | s.add_development_dependency "rake", "~> 10.0" | 22 | s.add_development_dependency "rake", "~> 10.0" |