This commit is contained in:
harleyribic
2015-11-11 19:46:23 +01:00
parent c5fd654f5f
commit f8915dd2d6
3 changed files with 33 additions and 7 deletions

View File

@@ -25,8 +25,11 @@ gem 'jbuilder', '~> 2.0'
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 0.4.0', group: :doc
gem 'tzinfo-data'
gem "nokogiri", ">= 1.6.6"
# great server
gem 'puma'
gem 'puma', '~> 2.15.3'
# for uploading images
gem 'cloudinary'
@@ -45,6 +48,8 @@ gem 'tabulous'
# rails 4.x support is not stable yet - so we hope for the best :)
gem 'active_scaffold', github: 'activescaffold/active_scaffold', branch: 'master'
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug'

View File

@@ -79,6 +79,7 @@ GEM
execjs (2.2.2)
faraday (0.9.1)
multipart-post (>= 1.2, < 3)
ffi (1.9.10-x64-mingw32)
font-awesome-rails (4.3.0.0)
railties (>= 3.2, < 5.0)
globalid (0.3.0)
@@ -111,11 +112,13 @@ GEM
multipart-post (2.0.0)
nested_form (0.3.2)
netrc (0.10.2)
nokogiri (1.6.5)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
nokogiri (1.6.6.2-x64-mingw32)
mini_portile (~> 0.6.0)
pg (0.18.1)
puma (2.10.2)
rack (>= 1.1, < 2.0)
pg (0.18.1-x64-mingw32)
puma (2.15.3)
rack (1.6.0)
rack-pjax (0.8.0)
nokogiri (~> 1.5)
@@ -167,6 +170,10 @@ GEM
rest-client (1.7.2)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
rest-client (1.7.2-x64-mingw32)
ffi (~> 1.9)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
safe_yaml (1.0.4)
sass (3.4.9)
sass-rails (5.0.1)
@@ -199,6 +206,8 @@ GEM
coffee-rails
tzinfo (1.2.2)
thread_safe (~> 0.1)
tzinfo-data (1.2015.7)
tzinfo (>= 1.0.0)
uglifier (2.7.0)
execjs (>= 0.3.0)
json (>= 1.8.0)
@@ -210,6 +219,7 @@ GEM
PLATFORMS
ruby
x64-mingw32
DEPENDENCIES
active_scaffold!
@@ -220,8 +230,9 @@ DEPENDENCIES
jbuilder (~> 2.0)
jquery-rails
jquery-ui-rails
nokogiri (>= 1.6.6)
pg
puma
puma (~> 2.15.3)
rails (= 4.2.0)
rails_admin
sass-rails (~> 5.0)
@@ -229,8 +240,9 @@ DEPENDENCIES
spring
tabulous
turbolinks
tzinfo-data
uglifier (>= 1.3.0)
web-console (~> 2.0)
BUNDLED WITH
1.10.3
1.10.6