API de comptabilité horaire.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Gemfile.lock 4.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. GEM
  2. remote: https://rubygems.org/
  3. specs:
  4. actioncable (6.1.3.1)
  5. actionpack (= 6.1.3.1)
  6. activesupport (= 6.1.3.1)
  7. nio4r (~> 2.0)
  8. websocket-driver (>= 0.6.1)
  9. actionmailbox (6.1.3.1)
  10. actionpack (= 6.1.3.1)
  11. activejob (= 6.1.3.1)
  12. activerecord (= 6.1.3.1)
  13. activestorage (= 6.1.3.1)
  14. activesupport (= 6.1.3.1)
  15. mail (>= 2.7.1)
  16. actionmailer (6.1.3.1)
  17. actionpack (= 6.1.3.1)
  18. actionview (= 6.1.3.1)
  19. activejob (= 6.1.3.1)
  20. activesupport (= 6.1.3.1)
  21. mail (~> 2.5, >= 2.5.4)
  22. rails-dom-testing (~> 2.0)
  23. actionpack (6.1.3.1)
  24. actionview (= 6.1.3.1)
  25. activesupport (= 6.1.3.1)
  26. rack (~> 2.0, >= 2.0.9)
  27. rack-test (>= 0.6.3)
  28. rails-dom-testing (~> 2.0)
  29. rails-html-sanitizer (~> 1.0, >= 1.2.0)
  30. actiontext (6.1.3.1)
  31. actionpack (= 6.1.3.1)
  32. activerecord (= 6.1.3.1)
  33. activestorage (= 6.1.3.1)
  34. activesupport (= 6.1.3.1)
  35. nokogiri (>= 1.8.5)
  36. actionview (6.1.3.1)
  37. activesupport (= 6.1.3.1)
  38. builder (~> 3.1)
  39. erubi (~> 1.4)
  40. rails-dom-testing (~> 2.0)
  41. rails-html-sanitizer (~> 1.1, >= 1.2.0)
  42. activejob (6.1.3.1)
  43. activesupport (= 6.1.3.1)
  44. globalid (>= 0.3.6)
  45. activemodel (6.1.3.1)
  46. activesupport (= 6.1.3.1)
  47. activerecord (6.1.3.1)
  48. activemodel (= 6.1.3.1)
  49. activesupport (= 6.1.3.1)
  50. activerecord-reset-pk-sequence (0.2.1)
  51. activestorage (6.1.3.1)
  52. actionpack (= 6.1.3.1)
  53. activejob (= 6.1.3.1)
  54. activerecord (= 6.1.3.1)
  55. activesupport (= 6.1.3.1)
  56. marcel (~> 1.0.0)
  57. mini_mime (~> 1.0.2)
  58. activesupport (6.1.3.1)
  59. concurrent-ruby (~> 1.0, >= 1.0.2)
  60. i18n (>= 1.6, < 2)
  61. minitest (>= 5.1)
  62. tzinfo (~> 2.0)
  63. zeitwerk (~> 2.3)
  64. bcrypt (3.1.16)
  65. bootsnap (1.7.3)
  66. msgpack (~> 1.0)
  67. builder (3.2.4)
  68. byebug (11.1.3)
  69. choice (0.2.0)
  70. concurrent-ruby (1.1.8)
  71. crass (1.0.6)
  72. dotenv (2.7.6)
  73. dotenv-rails (2.7.6)
  74. dotenv (= 2.7.6)
  75. railties (>= 3.2)
  76. erubi (1.10.0)
  77. faker (2.17.0)
  78. i18n (>= 1.6, < 2)
  79. ffi (1.15.0)
  80. globalid (0.4.2)
  81. activesupport (>= 4.2.0)
  82. i18n (1.8.10)
  83. concurrent-ruby (~> 1.0)
  84. jsonapi-serializer (2.2.0)
  85. activesupport (>= 4.2)
  86. jwt (2.2.2)
  87. listen (3.5.1)
  88. rb-fsevent (~> 0.10, >= 0.10.3)
  89. rb-inotify (~> 0.9, >= 0.9.10)
  90. loofah (2.9.1)
  91. crass (~> 1.0.2)
  92. nokogiri (>= 1.5.9)
  93. mail (2.7.1)
  94. mini_mime (>= 0.1.1)
  95. marcel (1.0.1)
  96. method_source (1.0.0)
  97. mini_mime (1.0.3)
  98. mini_portile2 (2.5.3)
  99. minitest (5.14.4)
  100. msgpack (1.4.2)
  101. nio4r (2.5.7)
  102. nokogiri (1.11.3)
  103. mini_portile2 (~> 2.5.0)
  104. racc (~> 1.4)
  105. nokogiri (1.11.3-x86_64-linux)
  106. racc (~> 1.4)
  107. pg (1.2.3)
  108. puma (5.2.2)
  109. nio4r (~> 2.0)
  110. racc (1.5.2)
  111. rack (2.2.3)
  112. rack-cors (1.1.1)
  113. rack (>= 2.0.0)
  114. rack-test (1.1.0)
  115. rack (>= 1.0, < 3)
  116. rails (6.1.3.1)
  117. actioncable (= 6.1.3.1)
  118. actionmailbox (= 6.1.3.1)
  119. actionmailer (= 6.1.3.1)
  120. actionpack (= 6.1.3.1)
  121. actiontext (= 6.1.3.1)
  122. actionview (= 6.1.3.1)
  123. activejob (= 6.1.3.1)
  124. activemodel (= 6.1.3.1)
  125. activerecord (= 6.1.3.1)
  126. activestorage (= 6.1.3.1)
  127. activesupport (= 6.1.3.1)
  128. bundler (>= 1.15.0)
  129. railties (= 6.1.3.1)
  130. sprockets-rails (>= 2.0.0)
  131. rails-dom-testing (2.0.3)
  132. activesupport (>= 4.2.0)
  133. nokogiri (>= 1.6)
  134. rails-erd (1.6.1)
  135. activerecord (>= 4.2)
  136. activesupport (>= 4.2)
  137. choice (~> 0.2.0)
  138. ruby-graphviz (~> 1.2)
  139. rails-html-sanitizer (1.3.0)
  140. loofah (~> 2.3)
  141. railties (6.1.3.1)
  142. actionpack (= 6.1.3.1)
  143. activesupport (= 6.1.3.1)
  144. method_source
  145. rake (>= 0.8.7)
  146. thor (~> 1.0)
  147. rake (13.0.3)
  148. rb-fsevent (0.10.4)
  149. rb-inotify (0.10.1)
  150. ffi (~> 1.0)
  151. rexml (3.2.5)
  152. ruby-graphviz (1.2.5)
  153. rexml
  154. spring (2.1.1)
  155. sprockets (4.0.2)
  156. concurrent-ruby (~> 1.0)
  157. rack (> 1, < 3)
  158. sprockets-rails (3.2.2)
  159. actionpack (>= 4.0)
  160. activesupport (>= 4.0)
  161. sprockets (>= 3.0.0)
  162. table_print (1.5.7)
  163. thor (1.1.0)
  164. tzinfo (2.0.4)
  165. concurrent-ruby (~> 1.0)
  166. websocket-driver (0.7.3)
  167. websocket-extensions (>= 0.1.0)
  168. websocket-extensions (0.1.5)
  169. zeitwerk (2.4.2)
  170. PLATFORMS
  171. armv7l-linux-eabihf
  172. x86_64-linux
  173. DEPENDENCIES
  174. activerecord-reset-pk-sequence (~> 0.2.1)
  175. bcrypt (~> 3.1)
  176. bootsnap (>= 1.4.4)
  177. byebug
  178. dotenv-rails
  179. faker (~> 2.17)
  180. jsonapi-serializer (~> 2.2)
  181. jwt (~> 2.2)
  182. listen (~> 3.3)
  183. pg
  184. puma (~> 5.0)
  185. rack-cors
  186. rails (~> 6.1.3, >= 6.1.3.1)
  187. rails-erd
  188. spring
  189. table_print (~> 1.5)
  190. tzinfo-data
  191. RUBY VERSION
  192. ruby 3.0.1p64
  193. BUNDLED WITH
  194. 2.2.15