mirror of
https://github.com/google/pebble.git
synced 2025-03-15 08:41:21 +00:00
45 lines
1.3 KiB
Text
45 lines
1.3 KiB
Text
|
# Copyright 2025 Google LLC
|
||
|
#
|
||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||
|
# you may not use this file except in compliance with the License.
|
||
|
# You may obtain a copy of the License at
|
||
|
#
|
||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||
|
#
|
||
|
# Unless required by applicable law or agreed to in writing, software
|
||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||
|
# See the License for the specific language governing permissions and
|
||
|
# limitations under the License.
|
||
|
|
||
|
source 'https://rubygems.org'
|
||
|
ruby '2.2.4'
|
||
|
|
||
|
gem 'slugize', '>= 0.0.3'
|
||
|
gem 'jekyll', '>= 3.0.3'
|
||
|
gem 'jekyll-paginate'
|
||
|
gem 'bundler', '>= 1.7.9'
|
||
|
gem 'rack', '< 1.6.0'
|
||
|
gem 'rack-contrib', '>= 1.2.0'
|
||
|
gem 'nokogiri', '>= 1.6.3.1'
|
||
|
gem 'algoliasearch', '>= 1.6.1'
|
||
|
gem 'htmlentities', '>= 4.3.2'
|
||
|
gem 'rubyzip', '>=1.1.6'
|
||
|
gem 'dotenv', '>= 0.11.1'
|
||
|
gem 'newrelic_rpm', '>= 3.9.8.273'
|
||
|
gem 'rack-wwwhisper', '>= 1.0'
|
||
|
gem 'uglifier', '>= 2.7.0'
|
||
|
gem 'googlestaticmap', '>= 1.2.2'
|
||
|
gem 'rack-rewrite', '>= 1.5.0'
|
||
|
gem 'rack-ssl-enforcer', '>= 0.2.9'
|
||
|
gem 'rack-xframe-options', '>= 0.1.2'
|
||
|
gem 'rack-host-redirect'
|
||
|
gem 'pygments.rb'
|
||
|
gem 'redcarpet'
|
||
|
|
||
|
group :development, :test do
|
||
|
gem 'rspec', '>= 3.1.0'
|
||
|
gem 'simplecov', '>= 0.9.1'
|
||
|
gem 'rubocop', '>= 0.28.0'
|
||
|
end
|