We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5075a01 commit 320a1c9Copy full SHA for 320a1c9
.devcontainer/Dockerfile
@@ -25,6 +25,6 @@ RUN curl https://packages.microsoft.com/keys/microsoft.asc | sudo tee /etc/apt/t
25
RUN mkdir -p /tmp/activerecord-sqlserver-adapter
26
COPY Gemfile VERSION activerecord-sqlserver-adapter.gemspec /tmp/activerecord-sqlserver-adapter/
27
RUN cd /tmp/activerecord-sqlserver-adapter \
28
- && bundle install \
+ && RAILS_BRANCH=main bundle install \
29
&& rm -rf /tmp/activerecord-sqlserver-adapter
30
RUN chown -R vscode:vscode /usr/local/rvm
0 commit comments