Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Update the gem dependencies and bump the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dazoakley committed Oct 28, 2016
1 parent 2a747c1 commit 3ad246a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
8 changes: 8 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Style/IndentHash:
EnforcedStyle: consistent

Style/AlignHash:
Severity: fatal
Enabled: true
EnforcedHashRocketStyle: table
EnforcedColonStyle: table

Expand All @@ -37,3 +39,9 @@ Style/DotPosition:

Style/DoubleNegation:
Enabled: false

Style/SpaceAroundOperators:
# When true, allows most uses of extra spacing if the intent is to align
# with an operator on the previous or next line, not counting empty lines
# or comment lines.
AllowForAlignment: true
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ gem 'newrelic_rpm'

group :development do
gem 'shotgun'
gem 'rubocop'
end

group :test do
gem 'rubocop'
gem 'sqlite3', platform: :ruby
gem 'jdbc-sqlite3', platform: :jruby
gem 'rspec'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
addressable (2.4.0)
airbrake (5.6.0)
airbrake (5.6.1)
airbrake-ruby (~> 1.6)
airbrake-ruby (1.6.0)
ast (2.3.0)
Expand Down Expand Up @@ -46,7 +46,7 @@ GEM
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
lumberjack (1.0.10)
macmillan-utils (1.0.31)
macmillan-utils (1.0.32)
codeclimate-test-reporter
multi_test
rspec
Expand Down Expand Up @@ -91,7 +91,7 @@ GEM
rack (>= 1.0)
rainbow (2.1.0)
rake (11.3.0)
rb-fsevent (0.9.7)
rb-fsevent (0.9.8)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
rspec (3.5.0)
Expand Down
5 changes: 5 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
= 3.1.4 / 2016-10-28

* Update all dependent gems.
* Switch docker container image to be based off alpine linux - this makes the resulting image much smaller.

= 3.1.3 / 2016-06-29

* Update all dependent gems - including a major security update for nokogiri.
Expand Down
2 changes: 1 addition & 1 deletion lib/bandiera/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bandiera
VERSION = '3.1.3'.freeze
VERSION = '3.1.4'.freeze
end

0 comments on commit 3ad246a

Please sign in to comment.