Guest User

Untitled

a guest
Feb 16th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.27 KB | None | 0 0
  1. Gem::LoadError
  2. Specified 'sqlite3' for database adapter, but the gem is not loaded. Add `gem 'sqlite3'` to your Gemfile (and ensure its version is at the minimum required by ActiveRecord).
  3.  
  4. ActiveRecord::ConnectionNotEstablished
  5. No connection pool with id primary found.
  6.  
  7. # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
  8. gem 'rails', '~> 5.0.0'
  9. # Use sqlite3 as the database for Active Record
  10. gem 'sqlite3'
  11. # Use Puma as the app server
  12. gem 'puma', '~> 3.0'
  13. # Use SCSS for stylesheets
  14. gem 'sass-rails', '~> 5.0'
  15. # Use Uglifier as compressor for JavaScript assets
  16. gem 'uglifier', '>= 1.3.0'
  17. # Use CoffeeScript for .coffee assets and views
  18. gem 'coffee-rails', '~> 4.2'
  19. # See https://github.com/rails/execjs#readme for more supported runtimes
  20. #gem 'therubyracer', platforms: :ruby
  21.  
  22. # Use jquery as the JavaScript library
  23. gem 'jquery-rails'
  24. # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
  25. gem 'turbolinks', '~> 5'
  26. # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
  27. gem 'jbuilder', '~> 2.5'
  28. # Use Redis adapter to run Action Cable in production
  29. # gem 'redis', '~> 3.0'
  30. # Use ActiveModel has_secure_password
  31. # gem 'bcrypt', '~> 3.1.7'
  32.  
  33. # Use Capistrano for deployment
  34. # gem 'capistrano-rails', group: :development
  35.  
  36. group :development, :test do
  37. # Call 'byebug' anywhere in the code to stop execution and get a debugger console
  38. gem 'byebug', platform: :mri
  39. end
  40.  
  41. group :development do
  42. # Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
  43. gem 'web-console'
  44. gem 'listen', '~> 3.0.5'
  45. # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
  46. gem 'spring'
  47. gem 'spring-watcher-listen', '~> 2.0.0'
  48. end
  49.  
  50. # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
  51. gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
  52. ----------
  53.  
  54. GEM
  55. remote: https://rubygems.org/
  56. specs:
  57. actioncable (5.0.7.1)
  58. actionpack (= 5.0.7.1)
  59. nio4r (>= 1.2, < 3.0)
  60. websocket-driver (~> 0.6.1)
  61. actionmailer (5.0.7.1)
  62. actionpack (= 5.0.7.1)
  63. actionview (= 5.0.7.1)
  64. activejob (= 5.0.7.1)
  65. mail (~> 2.5, >= 2.5.4)
  66. rails-dom-testing (~> 2.0)
  67. actionpack (5.0.7.1)
  68. actionview (= 5.0.7.1)
  69. activesupport (= 5.0.7.1)
  70. rack (~> 2.0)
  71. rack-test (~> 0.6.3)
  72. rails-dom-testing (~> 2.0)
  73. rails-html-sanitizer (~> 1.0, >= 1.0.2)
  74. actionview (5.0.7.1)
  75. activesupport (= 5.0.7.1)
  76. builder (~> 3.1)
  77. erubis (~> 2.7.0)
  78. rails-dom-testing (~> 2.0)
  79. rails-html-sanitizer (~> 1.0, >= 1.0.3)
  80. activejob (5.0.7.1)
  81. activesupport (= 5.0.7.1)
  82. globalid (>= 0.3.6)
  83. activemodel (5.0.7.1)
  84. activesupport (= 5.0.7.1)
  85. activerecord (5.0.7.1)
  86. activemodel (= 5.0.7.1)
  87. activesupport (= 5.0.7.1)
  88. arel (~> 7.0)
  89. activesupport (5.0.7.1)
  90. concurrent-ruby (~> 1.0, >= 1.0.2)
  91. i18n (>= 0.7, < 2)
  92. minitest (~> 5.1)
  93. tzinfo (~> 1.1)
  94. arel (7.1.4)
  95. bindex (0.5.0)
  96. builder (3.2.3)
  97. byebug (11.0.0)
  98. coffee-rails (4.2.2)
  99. coffee-script (>= 2.2.0)
  100. railties (>= 4.0.0)
  101. coffee-script (2.4.1)
  102. coffee-script-source
  103. execjs
  104. coffee-script-source (1.12.2)
  105. concurrent-ruby (1.1.4)
  106. crass (1.0.4)
  107. erubis (2.7.0)
  108. execjs (2.7.0)
  109. ffi (1.10.0)
  110. globalid (0.4.2)
  111. activesupport (>= 4.2.0)
  112. i18n (1.5.3)
  113. concurrent-ruby (~> 1.0)
  114. jbuilder (2.8.0)
  115. activesupport (>= 4.2.0)
  116. multi_json (>= 1.2)
  117. jquery-rails (4.3.3)
  118. rails-dom-testing (>= 1, < 3)
  119. railties (>= 4.2.0)
  120. thor (>= 0.14, < 2.0)
  121. listen (3.0.8)
  122. rb-fsevent (~> 0.9, >= 0.9.4)
  123. rb-inotify (~> 0.9, >= 0.9.7)
  124. loofah (2.2.3)
  125. crass (~> 1.0.2)
  126. nokogiri (>= 1.5.9)
  127. mail (2.7.1)
  128. mini_mime (>= 0.1.1)
  129. method_source (0.9.2)
  130. mini_mime (1.0.1)
  131. mini_portile2 (2.4.0)
  132. minitest (5.11.3)
  133. multi_json (1.13.1)
  134. nio4r (2.3.1)
  135. nokogiri (1.10.1)
  136. mini_portile2 (~> 2.4.0)
  137. puma (3.12.0)
  138. rack (2.0.6)
  139. rack-test (0.6.3)
  140. rack (>= 1.0)
  141. rails (5.0.7.1)
  142. actioncable (= 5.0.7.1)
  143. actionmailer (= 5.0.7.1)
  144. actionpack (= 5.0.7.1)
  145. actionview (= 5.0.7.1)
  146. activejob (= 5.0.7.1)
  147. activemodel (= 5.0.7.1)
  148. activerecord (= 5.0.7.1)
  149. activesupport (= 5.0.7.1)
  150. bundler (>= 1.3.0)
  151. railties (= 5.0.7.1)
  152. sprockets-rails (>= 2.0.0)
  153. rails-dom-testing (2.0.3)
  154. activesupport (>= 4.2.0)
  155. nokogiri (>= 1.6)
  156. rails-html-sanitizer (1.0.4)
  157. loofah (~> 2.2, >= 2.2.2)
  158. railties (5.0.7.1)
  159. actionpack (= 5.0.7.1)
  160. activesupport (= 5.0.7.1)
  161. method_source
  162. rake (>= 0.8.7)
  163. thor (>= 0.18.1, < 2.0)
  164. rake (12.3.2)
  165. rb-fsevent (0.10.3)
  166. rb-inotify (0.10.0)
  167. ffi (~> 1.0)
  168. sass (3.7.3)
  169. sass-listen (~> 4.0.0)
  170. sass-listen (4.0.0)
  171. rb-fsevent (~> 0.9, >= 0.9.4)
  172. rb-inotify (~> 0.9, >= 0.9.7)
  173. sass-rails (5.0.7)
  174. railties (>= 4.0.0, < 6)
  175. sass (~> 3.1)
  176. sprockets (>= 2.8, < 4.0)
  177. sprockets-rails (>= 2.0, < 4.0)
  178. tilt (>= 1.1, < 3)
  179. spring (2.0.2)
  180. activesupport (>= 4.2)
  181. spring-watcher-listen (2.0.1)
  182. listen (>= 2.7, < 4.0)
  183. spring (>= 1.2, < 3.0)
  184. sprockets (3.7.2)
  185. concurrent-ruby (~> 1.0)
  186. rack (> 1, < 3)
  187. sprockets-rails (3.2.1)
  188. actionpack (>= 4.0)
  189. activesupport (>= 4.0)
  190. sprockets (>= 3.0.0)
  191. sqlite3 (1.4.0)
  192. thor (0.20.3)
  193. thread_safe (0.3.6)
  194. tilt (2.0.9)
  195. turbolinks (5.2.0)
  196. turbolinks-source (~> 5.2)
  197. turbolinks-source (5.2.0)
  198. tzinfo (1.2.5)
  199. thread_safe (~> 0.1)
  200. uglifier (4.1.20)
  201. execjs (>= 0.3.0, < 3)
  202. web-console (3.7.0)
  203. actionview (>= 5.0)
  204. activemodel (>= 5.0)
  205. bindex (>= 0.4.0)
  206. railties (>= 5.0)
  207. websocket-driver (0.6.5)
  208. websocket-extensions (>= 0.1.0)
  209. websocket-extensions (0.1.3)
  210.  
  211. PLATFORMS
  212. ruby
  213.  
  214. DEPENDENCIES
  215. byebug
  216. coffee-rails (~> 4.2)
  217. jbuilder (~> 2.5)
  218. jquery-rails
  219. listen (~> 3.0.5)
  220. puma (~> 3.0)
  221. rails (~> 5.0.0)
  222. sass-rails (~> 5.0)
  223. spring
  224. spring-watcher-listen (~> 2.0.0)
  225. sqlite3
  226. turbolinks (~> 5)
  227. tzinfo-data
  228. uglifier (>= 1.3.0)
  229. web-console
  230.  
  231. BUNDLED WITH
  232. 1.16.6
  233. ---------
Add Comment
Please, Sign In to add comment