Skip to content

Commit

Permalink
chore(): limit gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
gmq committed Apr 12, 2019
1 parent 3c67ca5 commit 723b044
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gem "lita-pull-requests", github: "platanus/lita-pull-requests"
gem "lita-slack-actions", github: "platanus/lita-slack-actions"
gem "lita-trainer-bot", github: "platanus/lita-trainer-bot"
gem "lita_time_tracker", github: "platanus/lita_time_tracker"
gem 'slack-ruby-client', ">= 0.14.1"
gem 'slack-ruby-client', "~> 0.14"

group :development do
gem "dotenv"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ DEPENDENCIES
lita-trainer-bot!
lita_time_tracker!
pry
slack-ruby-client (>= 0.14.1)
slack-ruby-client (~> 0.14)

BUNDLED WITH
1.17.3

0 comments on commit 723b044

Please sign in to comment.