Sets gem versions to equal to or greater than in the last digit
This commit is contained in:
22
Gemfile
22
Gemfile
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
|
|||||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||||
gem 'rails', '4.2.7.1'
|
gem 'rails', '4.2.7.1'
|
||||||
# Use PostgreSQL
|
# Use PostgreSQL
|
||||||
gem 'pg', '0.19.0'
|
gem 'pg', '~> 0.19.0'
|
||||||
# Use SCSS for stylesheets
|
# Use SCSS for stylesheets
|
||||||
gem 'sass-rails', '~> 5.0', '>= 5.0.4'
|
gem 'sass-rails', '~> 5.0', '>= 5.0.4'
|
||||||
# Use Uglifier as compressor for JavaScript assets
|
# Use Uglifier as compressor for JavaScript assets
|
||||||
@@ -14,7 +14,7 @@ gem 'coffee-rails', '~> 4.2.1'
|
|||||||
# gem 'therubyracer', platforms: :ruby
|
# gem 'therubyracer', platforms: :ruby
|
||||||
|
|
||||||
# Use jquery as the JavaScript library
|
# Use jquery as the JavaScript library
|
||||||
gem 'jquery-rails', '4.2.1'
|
gem 'jquery-rails', '~> 4.2.1'
|
||||||
gem 'jquery-ui-rails'
|
gem 'jquery-ui-rails'
|
||||||
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
|
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
|
||||||
gem 'turbolinks'
|
gem 'turbolinks'
|
||||||
@@ -32,11 +32,11 @@ gem 'omniauth-facebook', '~> 3.0.0'
|
|||||||
gem 'omniauth-google-oauth2', '~> 0.4.0'
|
gem 'omniauth-google-oauth2', '~> 0.4.0'
|
||||||
|
|
||||||
gem 'kaminari'
|
gem 'kaminari'
|
||||||
gem 'ancestry', '2.2.1'
|
gem 'ancestry', '~> 2.2.1'
|
||||||
gem 'acts-as-taggable-on'
|
gem 'acts-as-taggable-on'
|
||||||
gem 'responders', '2.3.0'
|
gem 'responders', '~> 2.3.0'
|
||||||
gem 'foundation-rails', '6.2.4.0'
|
gem 'foundation-rails', '~> 6.2.4.0'
|
||||||
gem 'foundation_rails_helper', '2.0.0'
|
gem 'foundation_rails_helper', '~> 2.0.0'
|
||||||
gem 'acts_as_votable'
|
gem 'acts_as_votable'
|
||||||
gem 'ckeditor', '~> 4.2.0'
|
gem 'ckeditor', '~> 4.2.0'
|
||||||
gem 'invisible_captcha', '~> 0.9.1'
|
gem 'invisible_captcha', '~> 0.9.1'
|
||||||
@@ -44,8 +44,8 @@ gem 'cancancan'
|
|||||||
gem 'social-share-button'
|
gem 'social-share-button'
|
||||||
gem 'initialjs-rails', '0.2.0.4'
|
gem 'initialjs-rails', '0.2.0.4'
|
||||||
gem 'unicorn', '~> 5.1.0'
|
gem 'unicorn', '~> 5.1.0'
|
||||||
gem 'paranoia', '2.2.0'
|
gem 'paranoia', '~> 2.2.0'
|
||||||
gem 'rinku', '2.0.2', require: 'rails_rinku'
|
gem 'rinku', '~> 2.0.2', require: 'rails_rinku'
|
||||||
gem 'savon'
|
gem 'savon'
|
||||||
gem 'dalli'
|
gem 'dalli'
|
||||||
gem 'rollbar', '~> 2.13.3'
|
gem 'rollbar', '~> 2.13.3'
|
||||||
@@ -57,11 +57,11 @@ gem 'whenever', require: false
|
|||||||
gem 'pg_search'
|
gem 'pg_search'
|
||||||
|
|
||||||
gem 'ahoy_matey', '~> 1.4.2'
|
gem 'ahoy_matey', '~> 1.4.2'
|
||||||
gem 'groupdate', '3.1.0' # group temporary data
|
gem 'groupdate', '~> 3.1.0' # group temporary data
|
||||||
gem 'tolk', '2.0.0' # Web interface for translations
|
gem 'tolk', '~> 2.0.0' # Web interface for translations
|
||||||
|
|
||||||
gem 'browser'
|
gem 'browser'
|
||||||
gem 'turnout', '2.4.0'
|
gem 'turnout', '~> 2.4.0'
|
||||||
gem 'redcarpet'
|
gem 'redcarpet'
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
|
|||||||
24
Gemfile.lock
24
Gemfile.lock
@@ -179,7 +179,7 @@ GEM
|
|||||||
geocoder (1.4.0)
|
geocoder (1.4.0)
|
||||||
globalid (0.3.7)
|
globalid (0.3.7)
|
||||||
activesupport (>= 4.1.0)
|
activesupport (>= 4.1.0)
|
||||||
groupdate (3.1.0)
|
groupdate (3.1.1)
|
||||||
activesupport (>= 3)
|
activesupport (>= 3)
|
||||||
gyoku (1.3.1)
|
gyoku (1.3.1)
|
||||||
builder (>= 2.1.2)
|
builder (>= 2.1.2)
|
||||||
@@ -442,7 +442,7 @@ DEPENDENCIES
|
|||||||
acts-as-taggable-on
|
acts-as-taggable-on
|
||||||
acts_as_votable
|
acts_as_votable
|
||||||
ahoy_matey (~> 1.4.2)
|
ahoy_matey (~> 1.4.2)
|
||||||
ancestry (= 2.2.1)
|
ancestry (~> 2.2.1)
|
||||||
browser
|
browser
|
||||||
bullet
|
bullet
|
||||||
byebug
|
byebug
|
||||||
@@ -466,14 +466,14 @@ DEPENDENCIES
|
|||||||
email_spec
|
email_spec
|
||||||
factory_girl_rails
|
factory_girl_rails
|
||||||
faker
|
faker
|
||||||
foundation-rails (= 6.2.4.0)
|
foundation-rails (~> 6.2.4.0)
|
||||||
foundation_rails_helper (= 2.0.0)
|
foundation_rails_helper (~> 2.0.0)
|
||||||
fuubar
|
fuubar
|
||||||
groupdate (= 3.1.0)
|
groupdate (~> 3.1.0)
|
||||||
i18n-tasks
|
i18n-tasks
|
||||||
initialjs-rails (= 0.2.0.4)
|
initialjs-rails (= 0.2.0.4)
|
||||||
invisible_captcha (~> 0.9.1)
|
invisible_captcha (~> 0.9.1)
|
||||||
jquery-rails (= 4.2.1)
|
jquery-rails (~> 4.2.1)
|
||||||
jquery-ui-rails
|
jquery-ui-rails
|
||||||
kaminari
|
kaminari
|
||||||
launchy
|
launchy
|
||||||
@@ -483,15 +483,15 @@ DEPENDENCIES
|
|||||||
omniauth-facebook (~> 3.0.0)
|
omniauth-facebook (~> 3.0.0)
|
||||||
omniauth-google-oauth2 (~> 0.4.0)
|
omniauth-google-oauth2 (~> 0.4.0)
|
||||||
omniauth-twitter
|
omniauth-twitter
|
||||||
paranoia (= 2.2.0)
|
paranoia (~> 2.2.0)
|
||||||
pg (= 0.19.0)
|
pg (~> 0.19.0)
|
||||||
pg_search
|
pg_search
|
||||||
poltergeist
|
poltergeist
|
||||||
quiet_assets
|
quiet_assets
|
||||||
rails (= 4.2.7.1)
|
rails (= 4.2.7.1)
|
||||||
redcarpet
|
redcarpet
|
||||||
responders (= 2.3.0)
|
responders (~> 2.3.0)
|
||||||
rinku (= 2.0.2)
|
rinku (~> 2.0.2)
|
||||||
rollbar (~> 2.13.3)
|
rollbar (~> 2.13.3)
|
||||||
rspec-rails (~> 3.5)
|
rspec-rails (~> 3.5)
|
||||||
sass-rails (~> 5.0, >= 5.0.4)
|
sass-rails (~> 5.0, >= 5.0.4)
|
||||||
@@ -500,9 +500,9 @@ DEPENDENCIES
|
|||||||
spring
|
spring
|
||||||
spring-commands-rspec
|
spring-commands-rspec
|
||||||
sprockets (~> 3.7.0)
|
sprockets (~> 3.7.0)
|
||||||
tolk (= 2.0.0)
|
tolk (~> 2.0.0)
|
||||||
turbolinks
|
turbolinks
|
||||||
turnout (= 2.4.0)
|
turnout (~> 2.4.0)
|
||||||
uglifier (>= 3.0.3)
|
uglifier (>= 3.0.3)
|
||||||
unicorn (~> 5.1.0)
|
unicorn (~> 5.1.0)
|
||||||
web-console (= 3.3.0)
|
web-console (= 3.3.0)
|
||||||
|
|||||||
Reference in New Issue
Block a user