You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
41
+
# The most popular HTML, CSS, and JavaScript framework for developing
42
+
# responsive, mobile first projects on the web.
39
43
gem'bootstrap','~> 4.0.0.alpha6'
40
44
# Login with Amazon OAuth2 strategy for OmniAuth 1.0
41
45
gem'omniauth-amazon'
42
46
# Makes http fun again! http://jnunemaker.github.com/httparty
43
47
gem'httparty'
44
-
# Helper for add social share feature in your Rails app. Twitter, Facebook, Weibo, Douban
48
+
# Helper for add social share feature in your Rails app. Twitter, Facebook,
49
+
# Weibo, Douban
45
50
gem'social-share-button','~> 1.0.0'
46
51
# most important gem for awesome debugging and awesome consoles
47
52
gem'pry-rails'
@@ -50,11 +55,14 @@ gem 'pundit'
50
55
51
56
gem'font-awesome-sass'
52
57
group:development,:testdo
53
-
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
54
-
gem'byebug',platforms: [:mri,:mingw,:x64_mingw]
58
+
# Call 'byebug' anywhere in the code to stop execution and get a debugger
59
+
# console
60
+
gem'byebug',platforms: %i[mrimingwx64_mingw]
55
61
# Adds support for Capybara system testing and selenium driver
56
62
gem'capybara','~> 2.13'
57
-
# WebDriver is a tool for writing automated tests of websites. It aims to mimic the behaviour of a real user, and as such interacts with the HTML of the application.
63
+
# WebDriver is a tool for writing automated tests of websites. It aims to
64
+
# mimic the behaviour of a real user, and as such interacts with the HTML of
65
+
# the application.
58
66
gem'selenium-webdriver'
59
67
# rspec-rails is a testing framework for Rails 3+.
60
68
gem'rspec-rails','~> 3.5'
@@ -63,20 +71,26 @@ group :development, :test do
63
71
end
64
72
65
73
group:developmentdo
66
-
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
74
+
# Access an IRB console on exception pages or by using <%= console %> anywhere
75
+
# in the code.
67
76
gem'web-console','>= 3.3.0'
68
77
# Annotate model/model spec/factory files with the database schema
69
78
gem'annotate','~> 2.7'
70
-
# The Listen gem listens to file modifications and notifies you about the changes. https://rubygems.org/gems/listen
79
+
# The Listen gem listens to file modifications and notifies you about the
80
+
# changes. https://rubygems.org/gems/listen
71
81
gem'listen','>= 3.0.5','< 3.2'
72
-
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
82
+
# Spring speeds up development by keeping your application running in the
0 commit comments